Read the data from a spreadsheet
http://search.cpan.org/dist/Spreadsheet-Read/
Spreadsheet::Read tries to transparently read *any* spreadsheet and return
its content in a universal manner independent of the parsing module that
does the actual spreadsheet scanning.
For OpenOffice this module uses Spreadsheet::ReadSXC
For Microsoft Excel this module uses Spreadsheet::ParseExcel or
Spreadsheet::XLSX
For CSV this module uses Text::CSV_XS (0.29 or up required, 0.73 or up
preferred) or Text::CSV_PP (1.05 or up required).
For SquirrelCalc there is a very simplistic built-in parser
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-Spreadsheet-Read && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Spreadsheet-Read-0.83.tgz | 0000246893 241 KB | |
cpanspec.yml | 0000001208 1.18 KB | |
nonstdperlpath.patch | 0000002258 2.21 KB | |
perl-Spreadsheet-Read.changes | 0000011396 11.1 KB | |
perl-Spreadsheet-Read.spec | 0000003191 3.12 KB |
Revision 16 (latest revision is 23)
Dominique Leuenberger (dimstar_suse)
accepted
request 865305
from
Stephan Kulow (coolo)
(revision 16)
- readd hack to suppress examples in %_bindir - Update patch nonstdperlpath.patch - updated to 0.83 see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes 0.83 - 21 Dec 2020, H.Merijn Brand * Require ParseODS 0.26 * Add ::parsers to get list of supported formats * Add --list to xlscat and xls2csv * Update xls2csv to be identical to xlsx2csv * ::parses ("") will return list of supported types * Move installables from examples/ to scripts/ * Tested on FreeBSD-12.2-RELEASE with all supported backends * Fix META issue for bugtracker - updated to 0.82 see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes 0.82 - 26 Sep 2020, H.Merijn Brand * Move pod tests to xt (and do not distribute) * Fix some links in the docs * Add ".xlsm" to known XLSX file extensions * Spreadsheet::ReadSXC has a new maintainer (Corion) - support file handles - suggest version 0.24 (0.22 causes fails) * First attempt in supporting Spreadsheet::ParseODS (alpha code) - version 0.25 should now pass the limited tests - thanks to Corion for making this happen! * It's 2020 * Fallback to Pod::Text if nroff not available in tools
Comments 0