Commit graph

10 commits

Author SHA1 Message Date
fhajny
8f0239e95d Update textproc/py-xlsxwriter to 0.9.6.
Release 0.9.6 - Dec 26 2016
---------------------------

* Fix for table with data but without a header.

* Add a warning when the number of series in a chart exceeds Excel's limit
  of 255.


Release 0.9.5 - Dec 24 2016
---------------------------

* Fix for missing `remove_timezone` option in Chart class.


Release 0.9.4 - Dec 2 2016
--------------------------

* Added user definable removal of timezones in datetimes. See the
  :func:`Workbook` constructor option ``remove_timezone`` and :ref:`Timezone
  Handling in XlsxWriter <timezone_handling>`.

* Fix duplicate header warning in :func:`add_table` when there is only one
  user defined header.

* Fix for `center_across` property in :func:`add_format`.
2017-01-03 07:20:55 +00:00
fhajny
490424c237 Update textproc/py-xlsxwriter to 0.9.3.
- Added check to :func:`add_table` to prevent duplicate header names
  which leads to a corrupt Excel file.
2016-08-09 09:13:54 +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
17b9370d3d Update textproc/py-xlsxwriter to 0.8.7.
* Fix for issue when inserting read-only images on Windows.

* Added :func:`get_worksheet_by_name()` method to allow the
  retrieval of a worksheet from a workbook via its name.

* Fixed issue where internal file creation and modification dates
  where in the local timezone instead of UTC.
2016-05-16 13:53:49 +00:00
fhajny
6a8b011bb1 Update textproc/py-xlsxwriter to 0.8.6.
* Fix for ``external:`` urls where the target/anchor contains
  spaces.
2016-04-29 09:21:20 +00:00
fhajny
800eb6a0ea Update textproc/py-xlsxwriter to 0.8.5.
* Added additional documentation on :ref:`ewx_pandas` and
  :ref:`pandas_examples`.
* Added fix for :func:`set_center_across` format method.
2016-04-19 12:12:48 +00:00
fhajny
2f5702ca8a Update textproc/py-xlsxwriter to 0.8.4.
Release 0.8.4 - January 16 2016
-------------------------------

* Fix for :func:`write_url` exception when the URL contains two ``#``
  location/anchors. Note, URLs like this aren't strictly valid and cannot be
  entered manually in Excel.
  Issue `#330 <https://github.com/jmcnamara/XlsxWriter/issues/330>`_.


Release 0.8.3 - January 14 2016
-------------------------------

* Added options to configure chart axis tick placement. See :func:`set_x_axis()`.


Release 0.8.2 - January 13 2016
-------------------------------

* Added transparency option to solid fill colors in chart areas
  (:ref:`chart_formatting_fill`).
  Feature request `#298 <https://github.com/jmcnamara/XlsxWriter/issues/298>`_.


Release 0.8.1 - January 12 2016
-------------------------------

* Added option to set chart tick interval.
  Feature request `#251 <https://github.com/jmcnamara/XlsxWriter/issues/251>`_.


Release 0.8.0 - January 10 2016
-------------------------------

* Added additional documentation on :ref:`working_with_formulas`.


Release 0.7.9 - January 9 2016
------------------------------

* Added chart pattern fills, see :ref:`chart_formatting_pattern` and
  :ref:`ex_chart_pattern`.
  Feature request `#268 <https://github.com/jmcnamara/XlsxWriter/issues/268>`_.
2016-01-18 20:59:59 +00:00
fhajny
89aa757fbd Update textproc/py-xlsxwriter to 0.7.8.
* Add checks for valid and non-duplicate worksheet table names.
2016-01-07 16:05:04 +00:00
fhajny
caac425629 Add forgotten DESCR file, thanks @joerg. 2015-10-30 18:59:58 +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