summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8Wang Mingyu2023-10-231-21/+0
| | | | | | | | | | | | | | | | | | | | Changelog: ============= * Add support for formatting the data label in chart trendlines. * Add the :func:'very_hidden()' method to hide a worksheet. This is similar to the :func:'hide()' method except that the worksheet cannot be unhidden in the the Excel user interface. The Excel worksheet "xlSheetVeryHidden" option can only be unset programmatically via VBA. * Added fixes for column formulas in tables that were overridden by table data and which also didn't take future functions into account. * Added support for chart leader lines for chart types other than Pie and Doughnut. * Added support for adding signed VBA macros to workbooks via the via the :func:'add_signed_vba_project' method. See 'Working with VBA Macros'_. * Added support for enabling the Excel "Show #N/A as an empty cell" chart option via the :func:'show_na_as_empty_cell' method. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3Wang Mingyu2023-09-201-0/+21
Changelog: Added support for custom total formulas to worksheet tables. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>