Spreadsheet::ParseExcel::Utility is not the same thing as Spreadsheet::ParseExcel, it's not a drop in replacement, it imports some extra functions, it's not a replacement for Spreadsheet::ParseExcel. Please read and understand the documentation of the modules you use within your programs.
Update: For example:
#!/usr/bin/perl -w # For each tab (worksheet) in a file (workbook), # spit out columns separated by ",", # and rows separated by c/r. use strict; use Spreadsheet::ParseExcel; use Spreadsheet::ParseExcel::Utility qw(ExcelFmt); # In your code: # my $e = Spreadsheet::ParseExcel::Utility qw(ExcelFmt); my $excel = Spreadsheet::ParseExcel->new(); # The rest of your script.....
In reply to Re^8: Excel to CSV datetime conversion- format changes
by marto
in thread Excel to CSV datetime conversion- format changes
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |