Commit graph

5 commits

Author SHA1 Message Date
adam
7a694b8b3f py-xlsxwriter: updated to 1.4.0
Release 1.4.0 - April 23 2021
-----------------------------
* Add fix for issue for where a y_axis font rotation of 0 was ignored.
2021-04-28 12:46:20 +00:00
adam
43ed6a6c41 py-xlsxwriter: updated to 1.1.5
Release 1.1.5:
* This version removes support for end of life Pythons 2.5, 2.6, 3.1, 3.2 and
  3.3. For older, unsupported versions of Python use version 1.1.4 of
  XlsxWriter.
2019-02-24 20:27:48 +00:00
adam
184c726375 py-xlsxwriter: updated to 1.0.8
Release 1.0.8:
Added named exceptions to XlsxWriter. See The Exceptions Class.
Removed the implicit close() in the destructor since it wasn’t guaranteed to work correctly and raised a confusing exception when any other exception was triggered. Note that this is a backward incompatible change. The with context manager is a better way to close automatically, see close().
Added border, fill, pattern and gradient formatting options to set_legend().
Added top_right position to set_legend().
2018-08-27 08:03:20 +00:00
fhajny
f283473c0d Update textproc/py-xlsxwriter to 0.9.2.
Release 0.9.2 - June 13 2016
---------------------------

* Added workbook :func:`set_size` method to set the workbook
  window size.


Release 0.9.1 - June 8 2016
---------------------------

* Added font support to chart :func:`set_table`.

* Documented used of font rotation in chart :ref:`data labels
  <chart_series_option_data_labels>`.


Release 0.9.0 - June 7 2016
---------------------------

* Added :ref:`trendline properties
  <chart_series_option_trendline>`:
  ``intercept``, ``display_equation`` and ``display_r_squared``.


Release 0.8.9 - June 1 2016
---------------------------

* Fix for :func:`insert_image` issue when handling images with
  zero dpi.


Release 0.8.8 - May 31 2016
---------------------------

* Added workbook :func:`set_custom_property` method to set custom
  document properties.
2016-06-17 11:57:44 +00:00
fhajny
302b154422 Import XlsxWriter as textproc/py-xlsxwriter.
XlsxWriter is a Python module for writing files in the Excel
2007+ XLSX file format.
2015-10-19 10:45:03 +00:00