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-1.1.2-1.fc24.x86_64 [249 KiB] Changelog by Lawrence R. Rogers (2018-10-20):
* Release 1.1.2-1
	Release 1.1.2 - October 20 2018
	-------------------------------

	* Fix for issue where ``in_memory`` files weren't compressed.
	  Issue `#573 <https://github.com/jmcnamara/XlsxWriter/issues/573>`_.

	* Fix ``write()`` so that it handles array formulas as documented.
	  Issue `#418 <https://github.com/jmcnamara/XlsxWriter/issues/418>`_.

	* Fix for issue with special characters in worksheet table functions.
	  Issue `#442 <https://github.com/jmcnamara/XlsxWriter/issues/442>`_.

	* Added warnings for input issues in :func:`write_rich_string()` such as blank
	  strings, double formats or insufficient parameters.
	  Issue `#425 <https://github.com/jmcnamara/XlsxWriter/issues/425>`_.


	Release 1.1.1 - September 22 2018
	---------------------------------

	* Added comment font name and size options.
	  Issue `#201 <https://github.com/jmcnamara/XlsxWriter/issues/201>`_.

	* Fix for issue when using text boxes in the same workbook as a chartsheet.
	  Issue `#420 <https://github.com/jmcnamara/XlsxWriter/issues/420>`_.


	Release 1.1.0 - September 2 2018
	--------------------------------

	* Added functionality to align chart category axis labels. See the
	  ``label_align`` property of the :func:`set_x_axis()` method.

	* Added worksheet :func:`hide_row_col_headers()` method to turn off worksheet
	  row and column headings.
	  Issue `#480 <https://github.com/jmcnamara/XlsxWriter/issues/480>`_.

	* Added the :func:`set_tab_ratio()` method to set the ratio between the
	  worksheet tabs and the horizontal slider.
	  Issue `#481 <https://github.com/jmcnamara/XlsxWriter/issues/481>`_.

	* Fixed issue with icon conditional formats when the values were zero.
	  Issue `#565 <https://github.com/jmcnamara/XlsxWriter/issues/565>`_.

	Release 1.0.9 - August 27 2018
	------------------------------

	* Fix for issue with formulas quoted as strings in conditional formats,
	  introduced in version 1.0.7.
	  Issue `#564 <https://github.com/jmcnamara/XlsxWriter/issues/564>`_.

Listing created by Repoview-0.6.6-4.el7