Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
perl-Spreadsheet-ReadSXC - Extract OpenOffice 1.x spreadsheet data
Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files (.sxc).
It exports the function read_sxc() which takes a filename and an optional
reference to a hash of options as arguments and returns a reference to a hash
of references to two-dimensional arrays. The hash keys correspond to the names
of worksheets in the OpenOffice workbook. The two-dimensional arrays correspond
to rows and cells in the respective spreadsheets. If you don't like this because
the order of sheets is not preserved in a hash, read on. The 'OrderBySheet'
option provides an array of hashes instead.
Packages
Latest: perl-Spreadsheet-ReadSXC-0.20-1.el6.fio.src.rpm
Changelog:
- * 2012-05-04 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 0.20-1
- Initial build.