diff --git a/Changes b/Changes index 07c72a13..fd3af2ee 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,12 @@ Revision history for Perl module Excel::Writer::XLSX. ! Bug fix. +1.13 2024-10-13 + + ! Fixed issue with html color for border colors. + Issue #302 and #305. + + 1.12 2024-02-26 + Added support for embedding images into worksheets with @@ -32,7 +38,7 @@ Revision history for Perl module Excel::Writer::XLSX. + Added worksheet `very_hidden()` method to hide a worksheet in a way that it can only be unhidden by VBA. Feature Request #228. - ! Fixed identation and alignment property mismatch. + ! Fixed indentation and alignment property mismatch. Fix issue where a horizontal alignment format was ignored if the indentation was also set. diff --git a/MANIFEST b/MANIFEST index a7baf496..081304dc 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,141 @@ .github/FUNDING.yml .travis.yml +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/a_simple.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/array_formula.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/autofilter.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/autofit.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/background.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/bug_report.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/cgi.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_area.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_bar.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_clustered.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_column.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_combined.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_data_labels.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_data_table.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_data_tools.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_doughnut.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_gauge.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_line.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_pareto.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_pie.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_radar.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_scatter.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_secondary_axis.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_stock.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/chart_styles.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/colors.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/comments1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/comments2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/conditional_format.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/data_validate.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/date_time.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/defined_name.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/demo.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/diag_border.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/dynamic_arrays.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/embedded_images.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/filehandle.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/formats.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/gen_examples_pod.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/headers.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/hide_row_col.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/hide_sheet.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/hyperlink1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/hyperlink2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/ignore_errors.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/indent.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/lambda.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/macros.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/merge1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/merge2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/merge3.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/merge4.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/merge5.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/merge6.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/mod_perl1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/mod_perl2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/outline.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/outline_collapsed.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/panes.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/properties.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/protection.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/regions.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/rich_strings.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/right_to_left.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/sales.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape3.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape4.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape5.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape6.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape7.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape8.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/shape_all.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/sparklines1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/sparklines2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/stats.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/stats_ext.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/stocks.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/tab_colors.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/tables.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_2022_jp.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_8859_11.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_8859_7.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_big5.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_cp1251.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_cp1256.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_cyrillic.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_koi8r.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_polish_utf8.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/unicode_shift_jis.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/watermark.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/write_handler1.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/write_handler2.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/write_handler3.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/write_handler4.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/examples/write_to_scalar.pl +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Area.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Bar.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Column.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Doughnut.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Line.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Pie.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Radar.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Scatter.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chart/Stock.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Chartsheet.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Drawing.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Examples.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Format.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/App.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Comments.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/ContentTypes.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Core.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Custom.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Metadata.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Packager.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Relationships.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/RichValue.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/RichValueRel.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/RichValueStructure.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/RichValueTypes.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/SharedStrings.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Styles.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Table.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/Theme.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/VML.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Package/XMLwriter.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Shape.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Utility.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Workbook.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/lib/Excel/Writer/XLSX/Worksheet.pm +.vscode/perl-lang/Users/John/Development/xlsx/excel-writer-xlsx/t/lib/TestFunctions.pm CONTRIBUTING.md Changes LICENSE_Artistic_Perl @@ -76,6 +211,7 @@ examples/republic.png examples/rich_strings.pl examples/right_to_left.pl examples/sales.pl +examples/sensitivity_label.pl examples/shape1.pl examples/shape2.pl examples/shape3.pl @@ -676,6 +812,8 @@ t/regression/chart_line03.t t/regression/chart_line04.t t/regression/chart_line05.t t/regression/chart_line06.t +t/regression/chart_line07.t +t/regression/chart_line08.t t/regression/chart_name01.t t/regression/chart_name02.t t/regression/chart_name03.t @@ -767,6 +905,8 @@ t/regression/comment13.t t/regression/comment14.t t/regression/comment15.t t/regression/comment16.t +t/regression/comment17.t +t/regression/comment18.t t/regression/cond_format01.t t/regression/cond_format02.t t/regression/cond_format03.t @@ -868,6 +1008,7 @@ t/regression/format21.t t/regression/format22.t t/regression/format23.t t/regression/format24.t +t/regression/format25.t t/regression/formula_results01.t t/regression/gridlines01.t t/regression/header01.t @@ -1114,6 +1255,7 @@ t/regression/properties02.t t/regression/properties03.t t/regression/properties04.t t/regression/properties05.t +t/regression/properties06.t t/regression/protect01.t t/regression/protect02.t t/regression/protect03.t @@ -1126,6 +1268,13 @@ t/regression/quote_name01.t t/regression/quote_name02.t t/regression/quote_name03.t t/regression/quote_name04.t +t/regression/quote_name05.t +t/regression/quote_name06.t +t/regression/quote_name07.t +t/regression/quote_name08.t +t/regression/quote_name09.t +t/regression/quote_name10.t +t/regression/quote_name11.t t/regression/repeat01.t t/regression/repeat02.t t/regression/repeat03.t @@ -1613,6 +1762,8 @@ t/regression/xlsx_files/chart_line03.xlsx t/regression/xlsx_files/chart_line04.xlsx t/regression/xlsx_files/chart_line05.xlsx t/regression/xlsx_files/chart_line06.xlsx +t/regression/xlsx_files/chart_line07.xlsx +t/regression/xlsx_files/chart_line08.xlsx t/regression/xlsx_files/chart_name01.xlsx t/regression/xlsx_files/chart_name02.xlsx t/regression/xlsx_files/chart_name03.xlsx @@ -1699,6 +1850,8 @@ t/regression/xlsx_files/comment13.xlsx t/regression/xlsx_files/comment14.xlsx t/regression/xlsx_files/comment15.xlsx t/regression/xlsx_files/comment16.xlsx +t/regression/xlsx_files/comment17.xlsx +t/regression/xlsx_files/comment18.xlsx t/regression/xlsx_files/cond_format01.xlsx t/regression/xlsx_files/cond_format02.xlsx t/regression/xlsx_files/cond_format03.xlsx @@ -1796,6 +1949,7 @@ t/regression/xlsx_files/format21.xlsx t/regression/xlsx_files/format22.xlsx t/regression/xlsx_files/format23.xlsx t/regression/xlsx_files/format24.xlsx +t/regression/xlsx_files/format25.xlsx t/regression/xlsx_files/formula_results01.xlsx t/regression/xlsx_files/gridlines01.xlsx t/regression/xlsx_files/header01.xlsx @@ -2008,6 +2162,7 @@ t/regression/xlsx_files/properties02.xlsx t/regression/xlsx_files/properties03.xlsx t/regression/xlsx_files/properties04.xlsx t/regression/xlsx_files/properties05.xlsx +t/regression/xlsx_files/properties06.xlsx t/regression/xlsx_files/protect01.xlsx t/regression/xlsx_files/protect02.xlsx t/regression/xlsx_files/protect03.xlsx @@ -2020,6 +2175,13 @@ t/regression/xlsx_files/quote_name01.xlsx t/regression/xlsx_files/quote_name02.xlsx t/regression/xlsx_files/quote_name03.xlsx t/regression/xlsx_files/quote_name04.xlsx +t/regression/xlsx_files/quote_name05.xlsx +t/regression/xlsx_files/quote_name06.xlsx +t/regression/xlsx_files/quote_name07.xlsx +t/regression/xlsx_files/quote_name08.xlsx +t/regression/xlsx_files/quote_name09.xlsx +t/regression/xlsx_files/quote_name10.xlsx +t/regression/xlsx_files/quote_name11.xlsx t/regression/xlsx_files/repeat01.xlsx t/regression/xlsx_files/repeat02.xlsx t/regression/xlsx_files/repeat03.xlsx @@ -2148,6 +2310,7 @@ t/regression/xlsx_files/vml01.xlsx t/regression/xlsx_files/vml02.xlsx t/regression/xlsx_files/vml03.xlsx t/regression/xlsx_files/vml04.xlsx +t/utility/quote_sheetname.t t/utility/xl_cell_to_rowcol.t t/utility/xl_col_to_name.t t/utility/xl_date_1904.t diff --git a/README b/README index b2861d6f..ae527ba5 100644 --- a/README +++ b/README @@ -71,7 +71,7 @@ INSTALLATION Unzip and untar the module as follows: - tar -zxvf Excel-Writer-XLSX-1.12.tar.gz + tar -zxvf Excel-Writer-XLSX-1.13.tar.gz The module can be installed using the standard Perl procedure: diff --git a/lib/Excel/Writer/XLSX.pm b/lib/Excel/Writer/XLSX.pm index 0242a8a3..a902f376 100644 --- a/lib/Excel/Writer/XLSX.pm +++ b/lib/Excel/Writer/XLSX.pm @@ -20,7 +20,7 @@ use Exporter; use Excel::Writer::XLSX::Workbook; our @ISA = qw(Excel::Writer::XLSX::Workbook Exporter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### @@ -7376,7 +7376,7 @@ different features and options of the module. See L +Download this example: L =head2 Example: bug_report.pl @@ -461,7 +461,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: demo.pl @@ -603,7 +603,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: formats.pl @@ -1148,7 +1148,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: regions.pl @@ -1223,7 +1223,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: stats.pl @@ -1320,7 +1320,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: autofit.pl @@ -1382,7 +1382,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: autofilter.pl @@ -1720,7 +1720,7 @@ Source code for this example: East Grape 6000 February -Download this example: L +Download this example: L =head2 Example: array_formula.pl @@ -1781,7 +1781,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: cgi.pl @@ -1862,7 +1862,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: chart_area.pl @@ -2017,7 +2017,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_bar.pl @@ -2172,7 +2172,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_column.pl @@ -2327,7 +2327,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_line.pl @@ -2482,7 +2482,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_pie.pl @@ -2620,7 +2620,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_doughnut.pl @@ -2782,7 +2782,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_radar.pl @@ -2931,7 +2931,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_scatter.pl @@ -3163,7 +3163,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_secondary_axis.pl @@ -3245,7 +3245,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_combined.pl @@ -3374,7 +3374,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: chart_pareto.pl @@ -3477,7 +3477,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: chart_stock.pl @@ -3572,7 +3572,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_data_table.pl @@ -3693,7 +3693,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_data_tools.pl @@ -3936,7 +3936,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: chart_data_labels.pl @@ -4273,7 +4273,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: chart_clustered.pl @@ -4355,7 +4355,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: chart_styles.pl @@ -4430,7 +4430,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: chart_gauge.pl @@ -4525,7 +4525,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later $workbook->close(); -Download this example: L +Download this example: L =head2 Example: colors.pl @@ -4712,7 +4712,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: comments1.pl @@ -4769,7 +4769,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: comments2.pl @@ -5147,7 +5147,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: conditional_format.pl @@ -5617,7 +5617,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: data_validate.pl @@ -5959,7 +5959,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: date_time.pl @@ -6077,7 +6077,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: defined_name.pl @@ -6144,7 +6144,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: diag_border.pl @@ -6209,7 +6209,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: dynamic_arrays.pl @@ -6493,7 +6493,7 @@ examples mirror the examples in the Excel documentation on these functions. __END__ -Download this example: L +Download this example: L =head2 Example: embedded_images.pl @@ -6542,7 +6542,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later $workbook->close(); -Download this example: L +Download this example: L =head2 Example: filehandle.pl @@ -6675,7 +6675,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: headers.pl @@ -6870,7 +6870,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: hide_row_col.pl @@ -6936,7 +6936,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: hide_sheet.pl @@ -6992,7 +6992,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: hyperlink1.pl @@ -7072,7 +7072,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: hyperlink2.pl @@ -7239,7 +7239,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: indent.pl @@ -7295,7 +7295,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: ignore_errors.pl @@ -7349,7 +7349,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: lambda.pl @@ -7402,7 +7402,7 @@ if you are subscribed to the Microsoft Office Beta program. __END__ -Download this example: L +Download this example: L =head2 Example: macros.pl @@ -7477,7 +7477,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: merge1.pl @@ -7546,7 +7546,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: merge2.pl @@ -7624,7 +7624,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: merge3.pl @@ -7696,7 +7696,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: merge4.pl @@ -7812,7 +7812,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: merge5.pl @@ -7916,7 +7916,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: merge6.pl @@ -7996,7 +7996,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: mod_perl1.pl @@ -8121,7 +8121,7 @@ The PerlHandler name above and the package name below *have* to match. 1; -Download this example: L +Download this example: L =head2 Example: mod_perl2.pl @@ -8249,7 +8249,7 @@ The PerlResponseHandler must match the package name below. 1; -Download this example: L +Download this example: L =head2 Example: outline.pl @@ -8582,7 +8582,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: outline_collapsed.pl @@ -8823,7 +8823,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: panes.pl @@ -8983,7 +8983,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: properties.pl @@ -9043,7 +9043,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: protection.pl @@ -9113,7 +9113,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: rich_strings.pl @@ -9182,7 +9182,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: right_to_left.pl @@ -9235,7 +9235,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: sales.pl @@ -9363,7 +9363,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: shape1.pl @@ -9422,7 +9422,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: shape2.pl @@ -9501,7 +9501,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: shape3.pl @@ -9559,7 +9559,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: shape4.pl @@ -9641,7 +9641,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: shape5.pl @@ -9707,7 +9707,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: shape6.pl @@ -9773,7 +9773,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: shape7.pl @@ -9868,7 +9868,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: shape8.pl @@ -9962,7 +9962,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: shape_all.pl @@ -10231,7 +10231,7 @@ Source code for this example: Tabs squareTabs -Download this example: L +Download this example: L =head2 Example: sparklines1.pl @@ -10324,7 +10324,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: sparklines2.pl @@ -10756,7 +10756,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: stats_ext.pl @@ -10863,7 +10863,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: stocks.pl @@ -10969,7 +10969,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: watermark.pl @@ -11012,7 +11012,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: background.pl @@ -11048,7 +11048,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later __END__ -Download this example: L +Download this example: L =head2 Example: tab_colors.pl @@ -11101,7 +11101,7 @@ Source code for this example: __END__ -Download this example: L +Download this example: L =head2 Example: tables.pl @@ -11534,7 +11534,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: write_handler1.pl @@ -11627,7 +11627,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: write_handler2.pl @@ -11729,7 +11729,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: write_handler3.pl @@ -11823,7 +11823,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: write_handler4.pl @@ -11957,7 +11957,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: write_to_scalar.pl @@ -12010,7 +12010,7 @@ SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later -Download this example: L +Download this example: L =head2 Example: unicode_2022_jp.pl @@ -12080,7 +12080,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_8859_11.pl @@ -12150,7 +12150,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_8859_7.pl @@ -12220,7 +12220,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_big5.pl @@ -12290,7 +12290,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_cp1251.pl @@ -12360,7 +12360,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_cp1256.pl @@ -12430,7 +12430,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_cyrillic.pl @@ -12505,7 +12505,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_koi8r.pl @@ -12575,7 +12575,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_polish_utf8.pl @@ -12645,7 +12645,7 @@ Source code for this example: -Download this example: L +Download this example: L =head2 Example: unicode_shift_jis.pl @@ -12715,7 +12715,7 @@ Source code for this example: -Download this example: L +Download this example: L =head1 AUTHOR diff --git a/lib/Excel/Writer/XLSX/Format.pm b/lib/Excel/Writer/XLSX/Format.pm index 3331d0ed..0bf0ea77 100644 --- a/lib/Excel/Writer/XLSX/Format.pm +++ b/lib/Excel/Writer/XLSX/Format.pm @@ -22,7 +22,7 @@ use Carp; our @ISA = qw(Exporter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; our $AUTOLOAD; diff --git a/lib/Excel/Writer/XLSX/Package/App.pm b/lib/Excel/Writer/XLSX/Package/App.pm index 04e493de..e7db7160 100644 --- a/lib/Excel/Writer/XLSX/Package/App.pm +++ b/lib/Excel/Writer/XLSX/Package/App.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Comments.pm b/lib/Excel/Writer/XLSX/Package/Comments.pm index 6ccc4709..b7052cce 100644 --- a/lib/Excel/Writer/XLSX/Package/Comments.pm +++ b/lib/Excel/Writer/XLSX/Package/Comments.pm @@ -24,7 +24,7 @@ use Excel::Writer::XLSX::Utility qw(xl_rowcol_to_cell); our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/ContentTypes.pm b/lib/Excel/Writer/XLSX/Package/ContentTypes.pm index d2ea1604..0a3daace 100644 --- a/lib/Excel/Writer/XLSX/Package/ContentTypes.pm +++ b/lib/Excel/Writer/XLSX/Package/ContentTypes.pm @@ -23,7 +23,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Core.pm b/lib/Excel/Writer/XLSX/Package/Core.pm index 19b283da..e024a3d1 100644 --- a/lib/Excel/Writer/XLSX/Package/Core.pm +++ b/lib/Excel/Writer/XLSX/Package/Core.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Custom.pm b/lib/Excel/Writer/XLSX/Package/Custom.pm index be8f05e3..4a94f7f3 100644 --- a/lib/Excel/Writer/XLSX/Package/Custom.pm +++ b/lib/Excel/Writer/XLSX/Package/Custom.pm @@ -23,7 +23,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Metadata.pm b/lib/Excel/Writer/XLSX/Package/Metadata.pm index 72976a4f..deba3b29 100644 --- a/lib/Excel/Writer/XLSX/Package/Metadata.pm +++ b/lib/Excel/Writer/XLSX/Package/Metadata.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Packager.pm b/lib/Excel/Writer/XLSX/Package/Packager.pm index 0613c201..bcf6271c 100644 --- a/lib/Excel/Writer/XLSX/Package/Packager.pm +++ b/lib/Excel/Writer/XLSX/Package/Packager.pm @@ -39,7 +39,7 @@ use Excel::Writer::XLSX::Package::Theme; use Excel::Writer::XLSX::Package::VML; our @ISA = qw(Exporter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Relationships.pm b/lib/Excel/Writer/XLSX/Package/Relationships.pm index bb56ba5e..28f3177f 100644 --- a/lib/Excel/Writer/XLSX/Package/Relationships.pm +++ b/lib/Excel/Writer/XLSX/Package/Relationships.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; our $schema_root = 'http://schemas.openxmlformats.org'; our $package_schema = $schema_root . '/package/2006/relationships'; diff --git a/lib/Excel/Writer/XLSX/Package/RichValue.pm b/lib/Excel/Writer/XLSX/Package/RichValue.pm index 4a3ddd24..67f81e12 100644 --- a/lib/Excel/Writer/XLSX/Package/RichValue.pm +++ b/lib/Excel/Writer/XLSX/Package/RichValue.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/RichValueRel.pm b/lib/Excel/Writer/XLSX/Package/RichValueRel.pm index 7d34631f..57294639 100644 --- a/lib/Excel/Writer/XLSX/Package/RichValueRel.pm +++ b/lib/Excel/Writer/XLSX/Package/RichValueRel.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/RichValueStructure.pm b/lib/Excel/Writer/XLSX/Package/RichValueStructure.pm index ba11f960..dd170833 100644 --- a/lib/Excel/Writer/XLSX/Package/RichValueStructure.pm +++ b/lib/Excel/Writer/XLSX/Package/RichValueStructure.pm @@ -23,7 +23,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/RichValueTypes.pm b/lib/Excel/Writer/XLSX/Package/RichValueTypes.pm index 12f65a42..a3ebee38 100644 --- a/lib/Excel/Writer/XLSX/Package/RichValueTypes.pm +++ b/lib/Excel/Writer/XLSX/Package/RichValueTypes.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/SharedStrings.pm b/lib/Excel/Writer/XLSX/Package/SharedStrings.pm index df036ea8..da7b6c92 100644 --- a/lib/Excel/Writer/XLSX/Package/SharedStrings.pm +++ b/lib/Excel/Writer/XLSX/Package/SharedStrings.pm @@ -23,7 +23,7 @@ use Encode; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Styles.pm b/lib/Excel/Writer/XLSX/Package/Styles.pm index 6b588a29..76621a69 100644 --- a/lib/Excel/Writer/XLSX/Package/Styles.pm +++ b/lib/Excel/Writer/XLSX/Package/Styles.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Table.pm b/lib/Excel/Writer/XLSX/Package/Table.pm index 56138f20..1905221e 100644 --- a/lib/Excel/Writer/XLSX/Package/Table.pm +++ b/lib/Excel/Writer/XLSX/Package/Table.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/Theme.pm b/lib/Excel/Writer/XLSX/Package/Theme.pm index 5f5674b6..7250f840 100644 --- a/lib/Excel/Writer/XLSX/Package/Theme.pm +++ b/lib/Excel/Writer/XLSX/Package/Theme.pm @@ -32,7 +32,7 @@ use IO::File; use utf8; our @ISA = qw(Exporter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/VML.pm b/lib/Excel/Writer/XLSX/Package/VML.pm index 5997b495..16ca3ef0 100644 --- a/lib/Excel/Writer/XLSX/Package/VML.pm +++ b/lib/Excel/Writer/XLSX/Package/VML.pm @@ -22,7 +22,7 @@ use Carp; use Excel::Writer::XLSX::Package::XMLwriter; our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Package/XMLwriter.pm b/lib/Excel/Writer/XLSX/Package/XMLwriter.pm index 4256f264..aef6ecce 100644 --- a/lib/Excel/Writer/XLSX/Package/XMLwriter.pm +++ b/lib/Excel/Writer/XLSX/Package/XMLwriter.pm @@ -23,7 +23,7 @@ use Carp; use IO::File; our @ISA = qw(Exporter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; # # NOTE: this module is a light weight re-implementation of XML::Writer. See diff --git a/lib/Excel/Writer/XLSX/Shape.pm b/lib/Excel/Writer/XLSX/Shape.pm index 9be60178..7a207f4d 100644 --- a/lib/Excel/Writer/XLSX/Shape.pm +++ b/lib/Excel/Writer/XLSX/Shape.pm @@ -22,7 +22,7 @@ use Carp; use Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; our $AUTOLOAD; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Utility.pm b/lib/Excel/Writer/XLSX/Utility.pm index 7d06dc03..2678717e 100644 --- a/lib/Excel/Writer/XLSX/Utility.pm +++ b/lib/Excel/Writer/XLSX/Utility.pm @@ -27,7 +27,7 @@ use Digest::MD5 qw(md5_hex); use File::Basename 'fileparse'; -our $VERSION = '1.12'; +our $VERSION = '1.13'; # Row and column functions my @rowcol = qw( diff --git a/lib/Excel/Writer/XLSX/Workbook.pm b/lib/Excel/Writer/XLSX/Workbook.pm index 07df0d5c..2bb68fef 100644 --- a/lib/Excel/Writer/XLSX/Workbook.pm +++ b/lib/Excel/Writer/XLSX/Workbook.pm @@ -36,7 +36,7 @@ use Excel::Writer::XLSX::Utility qw(xl_cell_to_rowcol get_image_properties); our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ############################################################################### diff --git a/lib/Excel/Writer/XLSX/Worksheet.pm b/lib/Excel/Writer/XLSX/Worksheet.pm index 04a490bc..59ead49c 100644 --- a/lib/Excel/Writer/XLSX/Worksheet.pm +++ b/lib/Excel/Writer/XLSX/Worksheet.pm @@ -34,7 +34,7 @@ use Excel::Writer::XLSX::Utility qw(xl_cell_to_rowcol get_image_properties); our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter); -our $VERSION = '1.12'; +our $VERSION = '1.13'; ###############################################################################