A base class for the excel::writer::xlsx writer classes.
This module is used by Excel::Writer::XLSX for writing \s-1XML\s0 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.
XML::Writer.
John McNamara [email protected]
(c) MM-MMXIIII, 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.
Either the Perl Artistic Licence <http://dev.perl.org/licenses/artistic.html> or the \s-1GPL\s0 http://www.opensource.org/licenses/gpl-license.php <http://www.opensource.org/licenses/gpl-license.php>.
See the documentation for Excel::Writer::XLSX.