package: update copyright year

This commit is contained in:
John McNamara 2025-02-11 00:03:36 +00:00
parent 60cab98360
commit f29cf40d38
1201 changed files with 1204 additions and 1204 deletions

View File

@ -4,7 +4,7 @@
Libxlsxwriter is released under a FreeBSD license: Libxlsxwriter is released under a FreeBSD license:
Copyright 2014-2024, John McNamara <jmcnamara@cpan.org> Copyright 2014-2025, John McNamara <jmcnamara@cpan.org>
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -3,7 +3,7 @@
# Makefile for libxlsxwriter library. # Makefile for libxlsxwriter library.
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
# Keep the output quiet by default. # Keep the output quiet by default.

View File

@ -5,7 +5,7 @@
# instead of a sorted order. Also add a caption. # instead of a sorted order. Also add a caption.
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
use warnings; use warnings;
use strict; use strict;

View File

@ -5,7 +5,7 @@
# with links to the next/previous examples. # with links to the next/previous examples.
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
use strict; use strict;
use warnings; use warnings;

View File

@ -7,7 +7,7 @@
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h # perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
use warnings; use warnings;
use strict; use strict;

View File

@ -5,7 +5,7 @@
# Run from the libxlsxwriter root dir. # Run from the libxlsxwriter root dir.
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
use warnings; use warnings;
use strict; use strict;

View File

@ -7,7 +7,7 @@
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a # perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
use warnings; use warnings;
use strict; use strict;

View File

@ -3,7 +3,7 @@
# Makefile for libxlsxwriter library. # Makefile for libxlsxwriter library.
# #
# SPDX-License-Identifier: BSD-2-Clause # SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
# #
# Keep the output quiet by default. # Keep the output quiet by default.

View File

@ -4,13 +4,13 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul> <ul>
$navpath $navpath
<li class="footer">Copyright 2014-2024 John McNamara. $generatedby <a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li> <li class="footer">Copyright 2014-2025 John McNamara. $generatedby <a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
</ul> </ul>
</div> </div>
<!--END GENERATE_TREEVIEW--> <!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW--> <!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>
Copyright 2014-2024 John McNamara. Copyright 2014-2025 John McNamara.
$generatedby&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion $generatedby&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion
</small></address> </small></address>
<!--END !GENERATE_TREEVIEW--> <!--END !GENERATE_TREEVIEW-->

View File

@ -2,7 +2,7 @@
# #
# Makefile for libxlsxwriter examples. # Makefile for libxlsxwriter examples.
# #
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org # Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
# #
# Keep the output quiet by default. # Keep the output quiet by default.

View File

@ -1,7 +1,7 @@
/* /*
* Anatomy of a simple libxlsxwriter program. * Anatomy of a simple libxlsxwriter program.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of how to use the libxlsxwriter library to write simple * Example of how to use the libxlsxwriter library to write simple
* array formulas. * array formulas.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of adding an autofilter to a worksheet in Excel using * Example of adding an autofilter to a worksheet in Excel using
* libxlsxwriter. * libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of setting a worksheet background image with libxlsxwriter. * An example of setting a worksheet background image with libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of a simple Excel chart using the libxlsxwriter library. * An example of a simple Excel chart using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating Excel area charts using the libxlsxwriter library. * An example of creating Excel area charts using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating Excel bar charts using the libxlsxwriter library. * An example of creating Excel bar charts using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of a clustered category chart using the libxlsxwriter library. * An example of a clustered category chart using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating Excel column charts using the libxlsxwriter library. * An example of creating Excel column charts using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* A demo of an various Excel chart data label features that are available via * A demo of an various Excel chart data label features that are available via
* a libxlsxwriter chart. * a libxlsxwriter chart.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of creating Excel column charts with data tables using the * An example of creating Excel column charts with data tables using the
* libxlsxwriter library. * libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -4,7 +4,7 @@
* *
* These include Drop Lines and High-Low Lines. * These include Drop Lines and High-Low Lines.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -7,7 +7,7 @@
* each segment is represented as a point so it is necessary to assign * each segment is represented as a point so it is necessary to assign
* formatting to each point in the series. * formatting to each point in the series.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart with user defined fonts using the * An example of a simple Excel chart with user defined fonts using the
* libxlsxwriter library. * libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating an Excel line chart using the libxlsxwriter library. * An example of creating an Excel line chart using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart with patterns using the libxlsxwriter * An example of a simple Excel chart with patterns using the libxlsxwriter
* library. * library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -7,7 +7,7 @@
* each segment is represented as a point so it is necessary to assign * each segment is represented as a point so it is necessary to assign
* formatting to each point in the series. * formatting to each point in the series.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -7,7 +7,7 @@
* particular this is required for Pie/Doughnut charts where each segment is * particular this is required for Pie/Doughnut charts where each segment is
* represented by a point. * represented by a point.
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating Excel radar charts using the libxlsxwriter library. * An example of creating Excel radar charts using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating Excel scatter charts using the libxlsxwriter library. * An example of creating Excel scatter charts using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -3,7 +3,7 @@
* using the libxlsxwriter library. Note, these styles are not the same as the * using the libxlsxwriter library. Note, these styles are not the same as the
* styles available in Excel 2013. * styles available in Excel 2013.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart using the libxlsxwriter library. This * An example of a simple Excel chart using the libxlsxwriter library. This
* example is used in the "Working with Charts" section of the docs. * example is used in the "Working with Charts" section of the docs.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of creating an Excel chartsheet using the libxlsxwriter library. * An example of creating an Excel chartsheet using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of writing cell comments to a worksheet using libxlsxwriter. * An example of writing cell comments to a worksheet using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -3,7 +3,7 @@
* *
* Each of the worksheets demonstrates different features of cell comments. * Each of the worksheets demonstrates different features of cell comments.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -4,7 +4,7 @@
* *
* See conditional_format.c for a more comprehensive example. * See conditional_format.c for a more comprehensive example.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -4,7 +4,7 @@
* Conditional formatting allows you to apply a format to a cell or a * Conditional formatting allows you to apply a format to a cell or a
* range of cells based on certain criteria. * range of cells based on certain criteria.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of using libxlsxwriter for writing large files in constant memory * Example of using libxlsxwriter for writing large files in constant memory
* mode. * mode.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -6,7 +6,7 @@
* that a user enters in a cell and to display help and warning messages. It * that a user enters in a cell and to display help and warning messages. It
* also allows you to restrict input to values in a dropdown list. * also allows you to restrict input to values in a dropdown list.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
*/ */

View File

@ -6,7 +6,7 @@
* An easier approach using a lxw_datetime struct is shown in example * An easier approach using a lxw_datetime struct is shown in example
* dates_and_times02.c. * dates_and_times02.c.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of writing dates and times in Excel using an lxw_datetime struct * Example of writing dates and times in Excel using an lxw_datetime struct
* and date formatting. * and date formatting.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of writing dates and times in Excel using a Unix datetime and date * Example of writing dates and times in Excel using a Unix datetime and date
* formatting. * formatting.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* Example of writing dates and times in Excel using different date formats. * Example of writing dates and times in Excel using different date formats.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -3,7 +3,7 @@
* used to define a user friendly name to represent a value, a single cell or * used to define a user friendly name to represent a value, a single cell or
* a range of cells in a workbook. * a range of cells in a workbook.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* A simple example of some of the features of the libxlsxwriter library. * A simple example of some of the features of the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* A simple formatting example that demonstrates how to add diagonal * A simple formatting example that demonstrates how to add diagonal
* cell borders using the libxlsxwriter library. * cell borders using the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of setting custom document properties for an Excel spreadsheet * Example of setting custom document properties for an Excel spreadsheet
* using libxlsxwriter. * using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of setting document properties such as Author, Title, etc., for an * Example of setting document properties such as Author, Title, etc., for an
* Excel spreadsheet using libxlsxwriter. * Excel spreadsheet using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -3,7 +3,7 @@
* dynamic arrays. These functions are new to Excel 365. The examples mirror * dynamic arrays. These functions are new to Excel 365. The examples mirror
* the examples in the Excel documentation on these functions. * the examples in the Excel documentation on these functions.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of embedding an image from a memory buffer into a worksheet * An example of embedding an image from a memory buffer into a worksheet
* using the libxlsxwriter library. * using the libxlsxwriter library.
* *
* Copyright 2014-2024 John McNamara, jmcnamara@cpan.org * Copyright 2014-2025 John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of embedding images into a worksheet using the libxlsxwriter * An example of embedding images into a worksheet using the libxlsxwriter
* library. * library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of writing some data with font formatting to a simple Excel * Example of writing some data with font formatting to a simple Excel
* file using libxlsxwriter. * file using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of writing some data with numeric formatting to a simple Excel file * Example of writing some data with numeric formatting to a simple Excel file
* using libxlsxwriter. * using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -30,7 +30,7 @@
* *
* && Miscellaneous Literal ampersand & * && Miscellaneous Literal ampersand &
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* Example of writing some data to a simple Excel file using libxlsxwriter. * Example of writing some data to a simple Excel file using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -7,7 +7,7 @@
* Libxlsxwriter we replicate that using the worksheet_set_default_row() * Libxlsxwriter we replicate that using the worksheet_set_default_row()
* function. * function.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* Example of how to hide a worksheet using libxlsxwriter. * Example of how to hide a worksheet using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* Example of writing urls/hyperlinks with the libxlsxwriter library. * Example of writing urls/hyperlinks with the libxlsxwriter library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of turning off worksheet cells errors/warnings using * An example of turning off worksheet cells errors/warnings using
* libxlsxwriter. * libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of inserting an image from a memory buffer into a worksheet * An example of inserting an image from a memory buffer into a worksheet
* using the libxlsxwriter library. * using the libxlsxwriter library.
* *
* Copyright 2014-2024 John McNamara, jmcnamara@cpan.org * Copyright 2014-2025 John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of inserting images into a worksheet using the libxlsxwriter * An example of inserting images into a worksheet using the libxlsxwriter
* library. * library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of using the new Excel LAMBDA() function with the libxlsxwriter * An example of using the new Excel LAMBDA() function with the libxlsxwriter
* library. * library.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -10,7 +10,7 @@
* supported by libxlsxwriter) but that isn't a requirement for adding a macro * supported by libxlsxwriter) but that isn't a requirement for adding a macro
* file to the workbook. * file to the workbook.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
*/ */
#include "xlsxwriter.h" #include "xlsxwriter.h"

View File

@ -1,7 +1,7 @@
/* /*
* An example of merging cells using libxlsxwriter. * An example of merging cells using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* An example of merging cells containing a rich string using libxlsxwriter. * An example of merging cells containing a rich string using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -8,7 +8,7 @@
* Outlines can reduce complex data down to a few salient sub-totals or * Outlines can reduce complex data down to a few salient sub-totals or
* summaries. * summaries.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -4,7 +4,7 @@
* These examples focus mainly on collapsed outlines. See also the outlines.c * These examples focus mainly on collapsed outlines. See also the outlines.c
* example program for more general examples. * example program for more general examples.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* Example of using libxlsxwriter to write a workbook file to a memory buffer. * Example of using libxlsxwriter to write a workbook file to a memory buffer.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* A simple example using the libxlsxwriter library to create worksheets with * A simple example using the libxlsxwriter library to create worksheets with
* panes. * panes.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* An example of using the libxlsxwriter library to write some "rich strings", * An example of using the libxlsxwriter library to write some "rich strings",
* i.e., strings with multiple formats. * i.e., strings with multiple formats.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* Example of how to set Excel worksheet tab colors using libxlsxwriter. * Example of how to set Excel worksheet tab colors using libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -4,7 +4,7 @@
* Conditional formatting allows you to apply a format to a cell or a * Conditional formatting allows you to apply a format to a cell or a
* range of cells based on certain criteria. * range of cells based on certain criteria.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 1 of the * This program is shown, with explanations, in Tutorial 1 of the
* libxlsxwriter documentation. * libxlsxwriter documentation.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 2 of the * This program is shown, with explanations, in Tutorial 2 of the
* libxlsxwriter documentation. * libxlsxwriter documentation.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 3 of the * This program is shown, with explanations, in Tutorial 3 of the
* libxlsxwriter documentation. * libxlsxwriter documentation.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -3,7 +3,7 @@
* *
* Note: The source file must be UTF-8 encoded. * Note: The source file must be UTF-8 encoded.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -4,7 +4,7 @@
* suggested in the Microsoft documentation: * suggested in the Microsoft documentation:
* https://support.microsoft.com/en-us/office/add-a-watermark-in-excel-a372182a-d733-484e-825c-18ddf3edf009 * https://support.microsoft.com/en-us/office/add-a-watermark-in-excel-a372182a-d733-484e-825c-18ddf3edf009
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* Example of cell locking and formula hiding in an Excel worksheet using * Example of cell locking and formula hiding in an Excel worksheet using
* libxlsxwriter. * libxlsxwriter.
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
* *
*/ */

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
*/ */
/** /**

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* app - A libxlsxwriter library for creating Excel XLSX app files. * app - A libxlsxwriter library for creating Excel XLSX app files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* chart - A libxlsxwriter library for creating Excel XLSX chart files. * chart - A libxlsxwriter library for creating Excel XLSX chart files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* chartsheet - A libxlsxwriter library for creating Excel XLSX chartsheet files. * chartsheet - A libxlsxwriter library for creating Excel XLSX chartsheet files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* comment - A libxlsxwriter library for creating Excel XLSX comment files. * comment - A libxlsxwriter library for creating Excel XLSX comment files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
*/ */
/** /**
@ -10,7 +10,7 @@
* *
* @brief Common functions and defines for the libxlsxwriter library. * @brief Common functions and defines for the libxlsxwriter library.
* *
* <!-- Copyright 2014-2024, John McNamara, jmcnamara@cpan.org --> * <!-- Copyright 2014-2025, John McNamara, jmcnamara@cpan.org -->
* *
*/ */
#ifndef __LXW_COMMON_H__ #ifndef __LXW_COMMON_H__

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* content_types - A libxlsxwriter library for creating Excel XLSX * content_types - A libxlsxwriter library for creating Excel XLSX
* content_types files. * content_types files.

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* core - A libxlsxwriter library for creating Excel XLSX core files. * core - A libxlsxwriter library for creating Excel XLSX core files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* custom - A libxlsxwriter library for creating Excel custom property files. * custom - A libxlsxwriter library for creating Excel custom property files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* drawing - A libxlsxwriter library for creating Excel XLSX drawing files. * drawing - A libxlsxwriter library for creating Excel XLSX drawing files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
*/ */
/** /**

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* hash_table - Hash table functions for libxlsxwriter. * hash_table - Hash table functions for libxlsxwriter.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* metadata - A libxlsxwriter library for creating Excel XLSX metadata files. * metadata - A libxlsxwriter library for creating Excel XLSX metadata files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* packager - A libxlsxwriter library for creating Excel XLSX packager files. * packager - A libxlsxwriter library for creating Excel XLSX packager files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* relationships - A libxlsxwriter library for creating Excel XLSX * relationships - A libxlsxwriter library for creating Excel XLSX
* relationships files. * relationships files.

View File

@ -1,7 +1,7 @@
/* /*
* libxlsxwriter * libxlsxwriter
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* *
* rich_value - A libxlsxwriter library for creating Excel XLSX rich_value files. * rich_value - A libxlsxwriter library for creating Excel XLSX rich_value files.
* *

View File

@ -1,7 +1,7 @@
/* /*
* libxlsxwriter * libxlsxwriter
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* *
* rich_value_rel - A libxlsxwriter library for creating Excel XLSX rich_value_rel files. * rich_value_rel - A libxlsxwriter library for creating Excel XLSX rich_value_rel files.
* *

View File

@ -1,7 +1,7 @@
/* /*
* libxlsxwriter * libxlsxwriter
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* *
* rich_value_structure - A libxlsxwriter library for creating Excel XLSX rich_value_structure files. * rich_value_structure - A libxlsxwriter library for creating Excel XLSX rich_value_structure files.
* *

View File

@ -1,7 +1,7 @@
/* /*
* libxlsxwriter * libxlsxwriter
* *
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* *
* rich_value_types - A libxlsxwriter library for creating Excel XLSX rich_value_types files. * rich_value_types - A libxlsxwriter library for creating Excel XLSX rich_value_types files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* shared_strings - A libxlsxwriter library for creating Excel XLSX * shared_strings - A libxlsxwriter library for creating Excel XLSX
* sst files. * sst files.

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* styles - A libxlsxwriter library for creating Excel XLSX styles files. * styles - A libxlsxwriter library for creating Excel XLSX styles files.
* *

View File

@ -2,7 +2,7 @@
* libxlsxwriter * libxlsxwriter
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org. * Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
* *
* table - A libxlsxwriter library for creating Excel XLSX table files. * table - A libxlsxwriter library for creating Excel XLSX table files.
* *

Some files were not shown because too many files have changed in this diff Show More