system environment/libraries

xlsxwriter - Python module for writing files in the Excel 2007+ XLSX file format

Website: https://pypi.python.org/pypi/XlsxWriter
License: LGPL
Description:
XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file format.

XlsxWriter can be used to write text, numbers, formulas and hyperlinks
to multiple worksheets and it supports features such as formatting and
many more, including:

	100% compatible Excel XLSX files.
	Full formatting.
	Merged cells.
	Defined names.
	Charts.
	Autofilters.
	Data validation and drop down lists.
	Conditional formatting.
	Worksheet PNG/JPEG images.
	Rich multi-format strings.
	Cell comments.
	Integration with Pandas.
	Textboxes.
	Memory optimization mode for writing large files.

It supports Python 2.5, 2.6, 2.7, 3.1, 3.2, 3.3, 3.4, 3.5, Jython and PyPy and uses standard libraries only.

Packages

xlsxwriter-0.9.8-1.fc20.i686 [228 KiB] Changelog by Lawrence R. Rogers (2017-07-01):
* Release 0.9.8-1
	Release 0.9.8 - July 1 2017
	---------------------------
	* Fixed issue where spurious deprecation warning was raised in ``-Werror`` mode.
	  Issue `#451 <https://github.com/jmcnamara/XlsxWriter/issues/451>`_.

	Release 0.9.7 - June 25 2017
	----------------------------
	* Minor bug and doc fixes.

	Release 0.9.6 - Dec 26 2016
	---------------------------
	* Fix for table with data but without a header.
	  Issue `#405 <https://github.com/jmcnamara/XlsxWriter/issues/405>`_.
	* Add a warning when the number of series in a chart exceeds Excel's limit
	  of 255.
	  Issue `#399 <https://github.com/jmcnamara/XlsxWriter/issues/399>`_.

	Release 0.9.5 - Dec 24 2016
	---------------------------
	* Fix for missing `remove_timezone` option in Chart class.
	  PR from Thomas Arnhold
	  `#404 <https://github.com/jmcnamara/XlsxWriter/issues/404>`_.

	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>`.
	  Issue `#257 <https://github.com/jmcnamara/XlsxWriter/issues/257>`_.
	* Fix duplicate header warning in :func:`add_table` when there is only one
	  user defined header.
	  Issue `#380 <https://github.com/jmcnamara/XlsxWriter/issues/380>`_.
	* Fix for `center_across` property in :func:`add_format`.
	  Issue `#381 <https://github.com/jmcnamara/XlsxWriter/issues/381>`_.
xlsxwriter-0.9.3-1.fc20.i686 [225 KiB] Changelog by Lawrence R. Rogers (2016-07-08):
* Release 0.9.3-1

	Release 0.9.3 - July 8 2016
	---------------------------

	* Added check to :func:`add_table` to prevent duplicate header names which
	  leads to a corrupt Excel file.
	  Issue `#362 <https://github.com/jmcnamara/XlsxWriter/issues/362>`_.


	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>`.
	  Issue `#337 <https://github.com/jmcnamara/XlsxWriter/issues/337>`_.


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

	* Added :ref:`trendline properties <chart_series_option_trendline>`:
	  ``intercept``, ``display_equation`` and ``display_r_squared``.
	  Feature request `#357 <https://github.com/jmcnamara/XlsxWriter/issues/357>`_.


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

	* Fix for :func:`insert_image` issue when handling images with zero dpi.
	  Issue `#356 <https://github.com/jmcnamara/XlsxWriter/issues/356>`_.


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

	* Added workbook :func:`set_custom_property` method to set custom document
	  properties.
	  Feature request `#355 <https://github.com/jmcnamara/XlsxWriter/issues/355>`_.


	Release 0.8.7 - May 13 2016
	---------------------------

	* Fix for issue when inserting read-only images on Windows.
	  Issue `#352 <https://github.com/jmcnamara/XlsxWriter/issues/352>`_.

	* 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 were in the
	  local timezone instead of UTC.

	Release 0.8.6 - April 27 2016
	-----------------------------

	* Fix for ``external:`` urls where the target/anchor contains spaces.
	  Issue `#350 <https://github.com/jmcnamara/XlsxWriter/issues/350>`_.

	Release 0.8.5 - April 17 2016
	-----------------------------

	* Added additional documentation on :ref:`ewx_pandas` and
	  :ref:`pandas_examples`.

	* Added fix for :func:`set_center_across` format method.
xlsxwriter-0.8.4-1.fc20.i686 [219 KiB] Changelog by Lawrence R. Rogers (2016-02-07):
* Release 0.8.4-1
	Initial release
`

Listing created by Repoview-0.6.6-4.el7