I did a search in the CPAN module documentation for 'formula' - nothing jumped out at me. There was a blurb about reading formulas created by WriteExcel -
"This module cannot read the values of formulas from files created with Spreadsheet::WriteExcel unless the user specified the values when creating the file (which is generally not the case). The reason for this is that Spreadsheet::WriteExcel writes the formula but not the formula result since it isn't in a position to calculate arbitrary Excel formulas without access to Excel's formula engine."
My input spreadsheet was not created by WriteExcel, so I assume this comment does not apply. I also looked in my site/lib install folder for examples, there were none. There are plenty for WriteExcel, but ParseExcel is rather sparse. | [reply] |
| [reply] |
I can also assume this means that it does not yet handle evaluating formulae, yet could have a method for retrieving the un-evaluated cell contents. Rather ambiguous, if you catch my drift. I maintain that my question is still valid - I could be missing something simple...certainly doesn't hurt to ask!
| [reply] |