Name : perl-Spreadsheet-ReadSXC
| |
Version : 0.20
| Vendor : openSUSE
|
Release : lp152.3.2
| Date : 2019-09-20 19:54:48
|
Group : Development/Libraries/Perl
| Source RPM : perl-Spreadsheet-ReadSXC-0.20-lp152.3.2.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Extract OpenOffice 1.x spreadsheet data
|
Description :
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.
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch |