- updated to 1.09
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
1.08 2021-03-31
+ Added support for background images in worksheets. See set_background().
+ Added support for GIF image files (and in Excel 365, animated GIF files).
+ Added support for pixel sizing in set_row() and set_column() via new
functions called set_row_pixels() and set_column_pixels().
+ Added initial support for dynamic arrays in formulas.
OBS-URL: https://build.opensuse.org/request/show/893498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Excel-Writer-XLSX?expand=0&rev=25
- updated to 1.08
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
1.08 2021-03-31
+ Added ability to add accessibility options "description" and
"decorative" to images via insert_image().
+ Added the workbook read_only_recommended() method to set the Excel
"Read-only Recommended" option that is available when saving a file.
+ Added option to set a chart crossing to 'min' as well as the existing
'max' option. The 'min' option isn't available in the Excel interface
but can be enabled via VBA.
+ Added option to unprotect ranges in protected worksheets.
+ Added check, and warning, for worksheet tables with no data row. Either
with or without a header row.
+ Added ignore_errors() worksheet method to ignore Excel worksheet
errors/warnings in user defined ranges.
! Fixed issue where pattern formats without colours where given a default
black fill colour.
! Fix issue where custom chart data labels didn't inherit the position for
the data labels in the series.
! Fixed issue with relative url links in images.
! Fixed issue where headers/footers were restricted to 254 characters
instead of 255.
OBS-URL: https://build.opensuse.org/request/show/883236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Excel-Writer-XLSX?expand=0&rev=24
updated to 1.04
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
1.04 2020-05-31
+ Added support for "stacked" and "percent_stacked" Line charts.
! Fix for worksheet objects (charts and images) that are inserted with an
offset that starts in a hidden cell.
! Fix for issue with default worksheet VBA codenames.
- Removed error in add_worksheet() for sheet name "History" which is a
reserved name in English version of Excel. However, this is an allowed
worksheet name in some Excel variants so the warning has been turned into
a documentation note instead.
OBS-URL: https://build.opensuse.org/request/show/810782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Excel-Writer-XLSX?expand=0&rev=20
- updated to 1.03
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
1.03 2019-12-26
+ Fix for duplicate images being copied to an Excel::Writer::XLSX
file. Excel uses an optimization where it only stores one copy of a
repeated/duplicate image in a workbook. Excel::Writer::XLSX didn't do
this which meant that the file size would increase when then was a large
number of repeated images. This release fixes that issue and replicates
Excel's behaviour.
OBS-URL: https://build.opensuse.org/request/show/759720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Excel-Writer-XLSX?expand=0&rev=19
- updated to 1.01
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changes
1.01 2019-10-28
+ Added support for stacked and East Asian vertical chart fonts.
+ Added option to control positioning of charts or images when cells are
resized.
+ Added support for combining Pie/Doughnut charts.
! Fixed sizing of cell comment boxes when they cross columns/rows that have
size changes that occur after the comment is written. Comments should
now behave like other worksheet objects such as images and charts.
! Fix for structured reference in chart ranges.
OBS-URL: https://build.opensuse.org/request/show/743803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Excel-Writer-XLSX?expand=0&rev=17