in reply to Re^2: Spreadsheet::WriteExcel cell formatting.
in thread Spreadsheet::WriteExcel cell formatting.

If you tell Excel it should be treated as string, you actually forbid Excel to use it in calculations. That's why it doesn't want to work the way you want.

Of course, you could write an Excel-alike in Perl. A CPAN search finds Spreadsheet::Perl, Tk::TableMatrix::Spreadsheet and others.

  • Comment on Re^3: Spreadsheet::WriteExcel cell formatting.