|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Excel file format problem Generated by Excel::writer::xlsx modulsby jmcnamara (Monsignor) |
| on Nov 09, 2012 at 12:03 UTC ( #1003107=note: print w/ replies, xml ) | Need Help?? |
|
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.
--
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||