In Perl the xls2csv function from Spreadsheet::XLSX::Utility2007 rounds off to two decimal places, why?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2 Answers
$output .= $cell->Value if(defined $cell);
to
$output .= $cell->unformatted if(defined $cell);
and then save your changes and reinstall the module if you edited the build copy instead of the installed copy.
I can't guarantee that will work, but from reading the docs, it would seem to....
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$