mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
package: update copyright year
This commit is contained in:
parent
60cab98360
commit
f29cf40d38
@ -4,7 +4,7 @@
|
||||
|
||||
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.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
# Makefile for libxlsxwriter library.
|
||||
#
|
||||
# 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.
|
||||
|
@ -5,7 +5,7 @@
|
||||
# instead of a sorted order. Also add a caption.
|
||||
#
|
||||
# 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 strict;
|
||||
|
@ -5,7 +5,7 @@
|
||||
# with links to the next/previous examples.
|
||||
#
|
||||
# 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 warnings;
|
||||
|
@ -7,7 +7,7 @@
|
||||
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
|
||||
#
|
||||
# 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 strict;
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Run from the libxlsxwriter root dir.
|
||||
#
|
||||
# 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 strict;
|
||||
|
@ -7,7 +7,7 @@
|
||||
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
|
||||
#
|
||||
# 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 strict;
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Makefile for libxlsxwriter library.
|
||||
#
|
||||
# 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.
|
||||
|
@ -4,13 +4,13 @@
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
$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>
|
||||
</div>
|
||||
<!--END GENERATE_TREEVIEW-->
|
||||
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Copyright 2014-2024 John McNamara.
|
||||
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
|
||||
</small></address>
|
||||
<!--END !GENERATE_TREEVIEW-->
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# 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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Anatomy of a simple libxlsxwriter program.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of how to use the libxlsxwriter library to write simple
|
||||
* array formulas.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of adding an autofilter to a worksheet in Excel using
|
||||
* libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* A demo of an various Excel chart data label features that are available via
|
||||
* a libxlsxwriter chart.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of creating Excel column charts with data tables using the
|
||||
* libxlsxwriter library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* These include Drop Lines and High-Low Lines.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* each segment is represented as a point so it is necessary to assign
|
||||
* formatting to each point in the series.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of a simple Excel chart with user defined fonts using the
|
||||
* libxlsxwriter library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of a simple Excel chart with patterns using the libxlsxwriter
|
||||
* library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* each segment is represented as a point so it is necessary to assign
|
||||
* formatting to each point in the series.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* particular this is required for Pie/Doughnut charts where each segment is
|
||||
* represented by a point.
|
||||
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* using the libxlsxwriter library. Note, these styles are not the same as the
|
||||
* styles available in Excel 2013.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of a simple Excel chart using the libxlsxwriter library. This
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Conditional formatting allows you to apply a format to a cell or a
|
||||
* range of cells based on certain criteria.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of using libxlsxwriter for writing large files in constant memory
|
||||
* mode.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* 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.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*/
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* An easier approach using a lxw_datetime struct is shown in example
|
||||
* dates_and_times02.c.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of writing dates and times in Excel using an lxw_datetime struct
|
||||
* and date formatting.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of writing dates and times in Excel using a Unix datetime and date
|
||||
* formatting.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* used to define a user friendly name to represent a value, a single cell or
|
||||
* a range of cells in a workbook.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* A simple formatting example that demonstrates how to add diagonal
|
||||
* cell borders using the libxlsxwriter library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of setting custom document properties for an Excel spreadsheet
|
||||
* using libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of setting document properties such as Author, Title, etc., for an
|
||||
* Excel spreadsheet using libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* dynamic arrays. These functions are new to Excel 365. The examples mirror
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of embedding an image from a memory buffer into a worksheet
|
||||
* using the libxlsxwriter library.
|
||||
*
|
||||
* Copyright 2014-2024 John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025 John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of embedding images into a worksheet using the libxlsxwriter
|
||||
* library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of writing some data with font formatting to a simple Excel
|
||||
* file using libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of writing some data with numeric formatting to a simple Excel file
|
||||
* using libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
*
|
||||
* && Miscellaneous Literal ampersand &
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* Libxlsxwriter we replicate that using the worksheet_set_default_row()
|
||||
* function.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of turning off worksheet cells errors/warnings using
|
||||
* libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of inserting an image from a memory buffer into a worksheet
|
||||
* using the libxlsxwriter library.
|
||||
*
|
||||
* Copyright 2014-2024 John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025 John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of inserting images into a worksheet using the libxlsxwriter
|
||||
* library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of using the new Excel LAMBDA() function with the libxlsxwriter
|
||||
* library.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
* supported by libxlsxwriter) but that isn't a requirement for adding a macro
|
||||
* file to the workbook.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*/
|
||||
|
||||
#include "xlsxwriter.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* An example of merging cells using libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* Outlines can reduce complex data down to a few salient sub-totals or
|
||||
* summaries.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* These examples focus mainly on collapsed outlines. See also the outlines.c
|
||||
* example program for more general examples.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* A simple example using the libxlsxwriter library to create worksheets with
|
||||
* panes.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* An example of using the libxlsxwriter library to write some "rich strings",
|
||||
* i.e., strings with multiple formats.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Conditional formatting allows you to apply a format to a cell or a
|
||||
* range of cells based on certain criteria.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* This program is shown, with explanations, in Tutorial 1 of the
|
||||
* libxlsxwriter documentation.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* This program is shown, with explanations, in Tutorial 2 of the
|
||||
* libxlsxwriter documentation.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* This program is shown, with explanations, in Tutorial 3 of the
|
||||
* libxlsxwriter documentation.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* suggested in the Microsoft documentation:
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Example of cell locking and formula hiding in an Excel worksheet using
|
||||
* libxlsxwriter.
|
||||
*
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* <!-- Copyright 2014-2024, John McNamara, jmcnamara@cpan.org -->
|
||||
* <!-- Copyright 2014-2025, John McNamara, jmcnamara@cpan.org -->
|
||||
*
|
||||
*/
|
||||
#ifndef __LXW_COMMON_H__
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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 files.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
|
||||
* Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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 files.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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
|
||||
* sst files.
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* libxlsxwriter
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user