In Perl the xls2csv function from Spreadsheet::XLSX::Utility2007 rounds off to two...

socrtwo

New member
...decimal places, why? I am writing a Perl/Tk script which displays Excel worksheets using the ss2tk example script from the Spreadsheet::Read module. It does not round off 2 decimal places but the function from Spreadsheet::XLSX::Utility2007 does round off to two decimal places. Why? I'm trying to use that 2nd function as a feature of my program to offer conversion of the displayed worksheets to CSV files.
 
Back
Top