index.rst 711 B

1234567891011121314151617181920212223242526272829303132333435
  1. xlwt documentation
  2. ==================
  3. xlwt is a library for writing data and formatting information to older Excel
  4. files (ie: .xls)
  5. Documentation is sparse, please see the API reference or code for help:
  6. .. toctree::
  7. :maxdepth: 1
  8. api.rst
  9. Perhaps more useful is to consult the `tutorial`__ and the examples in the
  10. `examples` folder of the distribution.
  11. __ https://github.com/python-excel/tutorial
  12. For details of how to install the package or get involved in its
  13. development, please see the sections below:
  14. .. toctree::
  15. :maxdepth: 1
  16. installation.rst
  17. development.rst
  18. changes.rst
  19. licenses.rst
  20. Indices and tables
  21. ==================
  22. * :ref:`genindex`
  23. * :ref:`modindex`
  24. * :ref:`search`