{{tag>excel xls xslx oddt libreoffice openoffice}}

====== Генерация документов Excel (xls/xlsx) ======

===== PHP =====

  * [[drupal:импорт_и_экспорт_данных_с_помощью_phpexcel|]]
  * [[app:phpoffice]]


===== PYTHON =====

  * [[python:csvkit]]
  * https://bitbucket.org/openpyxl/openpyxl ([[https://openpyxl.readthedocs.io/en/default/|Документация]])
  * https://github.com/ZoomerAnalytics/xlwings ([[http://docs.xlwings.org/en/stable/quickstart.html|Документация]])
  * https://github.com/jmcnamara/XlsxWriter ([[http://xlsxwriter.readthedocs.io/index.html|Документация]])
  * https://github.com/python-excel/xlwt ([[http://xlwt.readthedocs.io/en/latest/|Документация]])
  * https://github.com/python-excel/xlutils ([[http://xlutils.readthedocs.io/en/latest/|Документация]])
  * https://github.com/python-excel/xlrd ([[https://github.com/python-excel/xlrd|Документация]])
  * http://pandas.pydata.org/pandas-docs/stable/index.html

==== Сравнение билиотек ====

  * https://gist.github.com/jmcnamara/ba25c2bf4ba0777065eb

===== Gnumeric =====

  * [[app:gnumeric:ssconvert]]

===== Apache POI =====

  * https://poi.apache.org/