Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Spreadsheet-ReadSXC

Project: openSUSE_13.2

Repository: oss

Title: 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.

Version: 0.20

Release: 12.1.3

Architecture: noarch

Size: 21.1 KB

Build Time: 2014-10-06 16:47:01 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Spreadsheet::ReadSXC) ...
perl-Spreadsheet-ReadSXC = ...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Archive::Zip) perl-Archive-Zip
perl(Compress::Zlib) perl
perl(XML::Parser) perl-XML-Parser