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
|
---
abstract: Meta-Wrapper for reading spreadsheet data
author:
- H.Merijn Brand <h.m.brand@xs4all.nl>
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: Author, CPAN::Meta::Converter version 2.133380
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_excel:
description: Provides parsing of Microsoft Excel files
requires:
Spreadsheet::ParseExcel: '0.34'
Spreadsheet::ParseExcel::FmtDefault: 0
opt_excelx:
description: Provides parsing of Microsoft Excel 2007 files
requires:
Spreadsheet::ParseExcel::FmtDefault: 0
Spreadsheet::ParseXLSX: '0.13'
opt_oo:
description: Provides parsing of OpenOffice spreadsheets
requires:
Spreadsheet::ReadSXC: '0.20'
opt_tools:
description: Spreadsheet tools
provides:
Spreadsheet::Read:
file: Read.pm
version: '0.54'
recommends:
Data::Peek: '0.39'
File::Temp: '0.2304'
IO::Scalar: 0
Test::More: '1.001002'
perl: '5.018001'
requires:
Carp: 0
Data::Dumper: 0
Data::Peek: 0
Exporter: 0
File::Temp: '0.22'
Test::Harness: 0
Test::More: '0.88'
Test::NoWarnings: 0
perl: '5.006'
resources:
license: http://dev.perl.org/licenses/
repository: http://repo.or.cz/r/Spreadsheet-Read.git
version: '0.54'
|