http://www.perlmonks.org?node_id=1003107


in reply to Excel file format problem Generated by Excel::writer::xlsx moduls

It isn't currently possible to turn off those warnings from Excel::Writer::XLSX. I'll add it in a future version.

In the meantime, you can try avoid the warning by using write_number() for numbers or write() which tries to distinguish between strings and numbers and use the correct method.

--
John.

  • Comment on Re: Excel file format problem Generated by Excel::writer::xlsx moduls
  • Download Code