table of contents
Excel::ValueReader::XLSX::Backend::LibXML(3pm) | User Contributed Perl Documentation | Excel::ValueReader::XLSX::Backend::LibXML(3pm) |
NAME¶
Excel::ValueReader::XLSX::Backend::LibXML - using LibXML for extracting values from Excel workbooks
DESCRIPTION¶
This is one of two backend modules for Excel::ValueReader::XLSX; the other possible backend is Excel::ValueReader::XLSX::Backend::Regex.
This backend parses OOXML structures using XML::LibXML::Reader.
AUTHOR¶
Laurent Dami, <dami at cpan.org>
COPYRIGHT AND LICENSE¶
Copyright 2020-2022 by Laurent Dami.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2025-04-19 | perl v5.40.1 |