| Excel::ValueReader::XLSX::Backend(3pm) | User Contributed Perl Documentation | Excel::ValueReader::XLSX::Backend(3pm) |
Excel::ValueReader::XLSX::Backend -- abstract class, parent for the Regex and LibXML backends
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. Both backends share some common features, so the present class implements those common features. This is about internal implementation; it should be of no interest to external users of the module.
A backend instance possesses the following attributes :
Not defined in this abstract class, but implemented in subclasses.
Laurent Dami, <dami at cpan.org>
Copyright 2021 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 |