On Jul 8, 11:59 pm, Autumn <
autumnor...@gmail.com> wrote:
> Hi All,
>
> I am digesting a spreadsheet in Perl using ParseExcel but I am having
> some difficult with a currency field.
>
> The cell in question shows the following value in the spreadsheet:
> $11.88. No formula, no notes, nothing fancy. Just plain old $11.88.
Hi,
The first thing you should do is upgrade to the latest version of the
Spreadsheet::ParseExcel module and see if you still have the problem.
If you still have the problem then can you let me know what is the
number formatting on the cell in question (something like $#,##0.00).
John.
--