パッケージ: libexcel-valuereader-xlsx-perl (1.14-2)
libexcel-valuereader-xlsx-perl に関するリンク
Debian の資源:
libexcel-valuereader-xlsx-perl ソースパッケージをダウンロード:
- [libexcel-valuereader-xlsx-perl_1.14-2.dsc]
- [libexcel-valuereader-xlsx-perl_1.14.orig.tar.gz]
- [libexcel-valuereader-xlsx-perl_1.14-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module for extracting values from Excel workbooks in XLSX format
Excel::ValueReader::XLSX reads the contents of an Excel file in XLSX format. Unlike other modules like Spreadsheet::ParseXLSX or Spreadsheet::XLSX, there is no support for reading formulas, formats or other Excel internal information; all you get are plain values -- but you get them much faster!
Excel::ValueReader::XLSX has two possible implementation backends for parsing XLSX files: Excel::ValueReader::XLSX::Backend::Regex, based on regular expressions, or Excel::ValueReader::XLSX::Backend::LibXML, based on the libxml2 library.
The Regexp backend uses regular expressions to parse the XML content. The libxml2 backend uses XML::LibXML::Reader to parse the XML content. It is probably safer but about three times slower than the Regex backend (but still much faster than Spreadsheet::ParseXLSX).
その他の libexcel-valuereader-xlsx-perl 関連パッケージ
|
|
|
|
-
- dep: libarchive-zip-perl
- ZIP アーカイブ操作用 Perl モジュール
-
- dep: libdate-calc-perl
- Perl library for accessing dates
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libxml-libxml-perl
- libxml2 ライブラリへの Perl インターフェース