summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xlsxwriter: upgrade 3.0.3 -> 3.0.5Wang Mingyu2023-01-061-21/+0
| | | | | | | | | | | | | | Changelog: ========== * Added 'OverlappingRange' exception which is raised during Worksheet :func:'add_table()' or :func:'merge_range()' if the range overlaps an existing worksheet table or merge range. This is a file corruption error in Excel. See :ref:'exceptions'. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.0.2 -> 3.0.3Wang Mingyu2022-03-011-0/+21
Changelog: Added :func:'print_black_and_white' worksheet method to set "Black and White" print options. License-Update: year updated to 2022. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>