1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
---
abstract: Meta-Wrapper for reading spreadsheet data
author:
- H.Merijn Brand <HMBRAND@cpan.org>
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: Author, CPAN::Meta::Converter version 2.150011
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Spreadsheet-Read
optional_features:
opt_csv:
description: Provides parsing of CSV streams
requires:
Text::CSV_XS: '0.71'
opt_gnumeric:
description: Provides parsing of Gnumeric spreadsheets
requires:
Spreadsheet::ReadGnumeric: '0.2'
opt_ods:
description: Provides parsing of OpenOffice spreadsheets
requires:
Spreadsheet::ParseODS: '0.26'
opt_sxc:
description: Provides parsing of OpenOffice spreadsheets old style
requires:
Spreadsheet::ReadSXC: '0.26'
opt_tools:
description: Spreadsheet tools
opt_xls:
description: Provides parsing of Microsoft Excel files
requires:
OLE::Storage_Lite: "!= 0.21"
Spreadsheet::ParseExcel: '0.34'
Spreadsheet::ParseExcel::FmtDefault: 0
opt_xlsx:
description: Provides parsing of Microsoft Excel 2007 files
requires:
Spreadsheet::ParseExcel::FmtDefault: 0
Spreadsheet::ParseXLSX: '0.24'
provides:
Spreadsheet::Read:
file: Read.pm
version: '0.95'
recommends:
Data::Dumper: '2.183'
Data::Peek: '0.53'
Encode: '3.21'
File::Temp: '0.2312'
IO::Scalar: 0
Test::More: '1.302219'
requires:
Carp: 0
Data::Dumper: 0
Data::Peek: 0
Encode: 0
Exporter: 0
File::Temp: '0.22'
List::Util: 0
Test::Harness: 0
Test::More: '0.88'
Test::NoWarnings: 0
perl: '5.008001'
resources:
bugtracker: https://github.com/Tux/Spreadsheet-Read/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/Tux/Spreadsheet-Read
version: '0.95'
|