table of contents
Data::TableReader::Decoder::XLSX(3pm) | User Contributed Perl Documentation | Data::TableReader::Decoder::XLSX(3pm) |
NAME¶
Data::TableReader::Decoder::XLSX - Access sheets/rows of a modern Microsoft Excel workbookVERSION¶
version 0.010DESCRIPTION¶
See Data::TableReader::Decoder::Spreadsheet. This subclass simply parses the input using an instance of Spreadsheet::ParseXLSX.CLASS METHODS¶
default_xlsx_module¶
Initializes @Data::TableReader::Decoder::XLSX::default_xlsx_module to the first available module in the list of @Data::TableReader::Decoder::XLSX::xlsx_probe_modules and returns the cached value every time afterward.Those variables can be modified as needed, if you have other XLSX modules available.
AUTHOR¶
Michael Conrad <mike@nrdvana.net>COPYRIGHT AND LICENSE¶
This software is copyright (c) 2019 by Michael Conrad.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2019-01-18 | perl v5.28.1 |