table of contents
| Excel::Writer::XLSX::Package::XMLwriter(3pm) | User Contributed Perl Documentation | Excel::Writer::XLSX::Package::XMLwriter(3pm) |
NAME¶
XMLwriter - A base class for the Excel::Writer::XLSX writer classes.
DESCRIPTION¶
This module is used by Excel::Writer::XLSX for writing XML documents. It is a light weight re-implementation of XML::Writer.
XMLwriter is approximately twice as fast as XML::Writer. This speed is achieved at the expense of error and correctness checking. In addition not all of the XML::Writer methods are implemented. As such, XMLwriter is not recommended for use outside of Excel::Writer::XLSX.
SEE ALSO¶
XML::Writer.
AUTHOR¶
John McNamara jmcnamara@cpan.org
COPYRIGHT¶
(c) MM-MMXXV, John McNamara.
All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
LICENSE¶
Either the Perl Artistic Licence <https://dev.perl.org/licenses/artistic.html> or the GNU General Public License v1.0 or later <https://dev.perl.org/licenses/gpl1.html>.
DISCLAIMER OF WARRANTY¶
See the documentation for Excel::Writer::XLSX.
| 2025-12-22 | perl v5.40.1 |