2015-10-31 06:47:38 -04:00
:mod: `xlnt` - user-friendly xlsx library for C++14
===========================================================================
2015-10-26 10:41:00 -04:00
2015-10-31 06:47:38 -04:00
.. module :: xlnt
.. moduleauthor :: Thomas Fussell
2015-10-26 10:41:00 -04:00
2015-10-31 06:47:38 -04:00
:Author: Thomas Fussell
:Source code: https://github.com/tfussell/xlnt
:Issues: https://github.com/tfussell/xlnt/issues
:Generated: |today|
:License: MIT
:Version: |release|
2015-10-26 10:41:00 -04:00
2015-10-31 06:47:38 -04:00
Introduction
------------
2015-10-26 11:43:48 -04:00
2016-07-21 23:25:24 -04:00
xlnt is a C++14 library for reading, writing, and modifying XLSX files as described in [ECMA 376](http://www.ecma-international.org/publications/standards/Ecma-376.htm). The API is based on [openpyxl](https://bitbucket.org/openpyxl/openpyxl), a Python library to read/write Excel 2007 xlsx/xlsm files, and ultimately on [PHPExcel](https://github.com/PHPOffice/PHPExcel), pure PHP library for reading and writing spreadsheet files upon which openpyxl was based. This project is still very much a work in progress, but the core development work is complete.
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Support
+++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Sample code:
++++++++++++
2015-10-26 11:43:48 -04:00
2016-07-21 23:25:24 -04:00
.. literalinclude :: /samples/sample.cpp
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
How to Contribute Code
----------------------
2015-10-26 11:43:48 -04:00
2016-07-21 23:25:24 -04:00
See :ref: `development`
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Installation
------------
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Getting the source
------------------
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Usage examples
--------------
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Tutorial
++++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
tutorial
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Cookbook
++++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
cookbook
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Charts
++++++
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
charts/introduction
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Comments
++++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
comments
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Working with styles
+++++++++++++++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
styles
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Conditional Formatting
++++++++++++++++++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
formatting
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
Data Validation
+++++++++++++++
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
validation
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
Parsing Formulas
++++++++++++++++
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
formula
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
Information for Developers
--------------------------
2015-10-31 06:21:21 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
development
windows-development
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
API Documentation
------------------
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
.. toctree ::
:maxdepth: 2
2015-10-26 11:43:48 -04:00
2015-10-31 06:47:38 -04:00
api/xlnt
2015-10-26 11:43:48 -04:00
2015-10-26 10:41:00 -04:00
Indices and tables
==================
* :ref: `genindex`
* :ref: `modindex`
* :ref: `search`
2015-10-31 06:47:38 -04:00
Release Notes
=============
.. toctree ::
:maxdepth: 1
changes