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.
If you prefer to unpack the .sxc file yourself, you can use the function
read_xml_file() instead and pass the path to content.xml as an argument. Or
you can extract the XML string from content.xml and pass the string to the
function read_xml_string(). Both functions also take a reference to a hash
of options as an optional second argument.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6/perl-Spreadsheet-ReadSXC && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Spreadsheet-ReadSXC-0.37.tar.gz | 0000711568 695 KB | |
cpanspec.yml | 0000000753 753 Bytes | |
perl-Spreadsheet-ReadSXC.changes | 0000005728 5.59 KB | |
perl-Spreadsheet-ReadSXC.spec | 0000006341 6.19 KB | |
remove_filter_signatures.diff | 0000003679 3.59 KB |
Revision 3 (latest revision is 5)
Automatically create request by update submitter. This is going to update package to openSUSE:Backports:SLE-15-SP5 from openSUSE:Factory. Please review this change and decline it if Leap do not need it.
Comments 0