ONO::Lib::File::Convert

Functions

csv_get_colnames();

Return CSV column names (first row as an array)

ONO::Lib::File::Convert->csv_get_colnames( );
returns: @COLNAME

csv_line_processor();

CSV processor, return record as HTML table row.

ONO::Lib::File::Convert->csv_line_processor( );
returns: $line

excel_csv();

EXCEL to CSV save, not implemented yet.

ONO::Lib::File::Convert->excel_csv( $source, $target, $switches );
returns: $DEBUG

excel_csv_reader();

EXCEL to CSV reader

-C CSV compatibility processor, makes Apple Numbers exports better. Note that this is ONLY needed if csv_line_processor cannot be used later on...

ONO::Lib::File::Convert->excel_csv_reader( $source, $switches );

Sub-Modules

none

Dependencies

Optional CPAN Modules

The following modules may be optional, but they are probably required for all features to work properly.

Spreadsheet::ParseExcel
Spreadsheet::XLSX