python-excel / xlwt

Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform.

Home Page:http://www.python-excel.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis_ Coveralls_ Docs_ PyPI_

xlwt

This is a library for developers to use to generate spreadsheet files compatible with Microsoft Excel versions 95 to 2003.

The package itself is pure Python with no dependencies on modules or packages outside the standard Python distribution.

Please read this before using this package: https://groups.google.com/d/msg/python-excel/P6TjJgFVjMI/g8d0eWxTBQAJ

Installation

Do the following in your virtualenv:

pip install xlwt

Quick start

Documentation

Documentation can be found in the docs directory of the xlwt package. If these aren't sufficient, please consult the code in the examples directory and the source code itself.

The latest documentation can also be found at: https://xlwt.readthedocs.io/en/latest/

Problems?

Try the following in this order:

Acknowledgements

xlwt is a fork of the pyExcelerator package, which was developed by Roman V. Kiseliov. This product includes software developed by Roman V. Kiseliov <roman@kiseliov.ru>.

xlwt uses ANTLR v 2.7.7 to generate its formula compiler.

About

Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform.

http://www.python-excel.org/

License:Other


Languages

Language:Python 97.4%Language:GAP 2.6%