Name: | python3-xlsxwriter |
---|---|
Version: | 1.3.7 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1137828 |
License: | BSD |
RPM: | python3-xlsxwriter-1.3.7-1.el8.noarch.rpm |
Source RPM: | python-xlsxwriter-1.3.7-1.el8.src.rpm |
Build Date: | Mon Nov 02 2020 |
Build Host: | jenkins-172-17-0-2-c435b60b-873d-40f9-87bf-0126cea52f72.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/XlsxWriter |
Summary: | Python 3 modules for writing files in the Excel 2007+ XLSX file format |
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.7, 3.4+, Jython and PyPy and uses standard libraries only. |
- Version 1.3.7 - Fixed issue where custom chart data labels didn’t inherit the position - Added text alignment for textboxes
- Version 1.3.6 - Added the worksheet unprotect_range() method - There are now over 1500 test cases in the test suite - Version 1.3.5 - Fixed issue where relative url links in images didn’t work - Added use_zip64 as a constructor option - Added check, and warning, for worksheet tables with no data row - Add a warning when the string length in write_rich_string() exceeds Excel’s limit
- Replaced internal MD5 with SHA256 digest to avoid issues on OS such as Red Hat in FIPS mode
- Added ignore_errors() worksheet method; Added warning when closing a file more than once via close()
- Added Border, Fill, Pattern and Gradient formatting to chart data labels and chart custom data labels
- Fix for issue where array formulas weren’t included in the output file for certain ranges/conditions
- Added support for custom chart custom data labels
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Added support for stacked and percent_stacked Line charts
- Rebuilt for Python 3.9