package: update copyright year

This commit is contained in:
John McNamara 2024-06-23 12:03:34 +01:00
parent 5024854a94
commit cf887d65ce
73 changed files with 73 additions and 73 deletions

View file

@ -2,7 +2,7 @@
# #
# Makefile for libxlsxwriter examples. # Makefile for libxlsxwriter examples.
# #
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org # Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -30,7 +30,7 @@
* *
* && Miscellaneous Literal ampersand & * && Miscellaneous Literal ampersand &
* *
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021 John McNamara, jmcnamara@cpan.org * Copyright 2014-2024 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, 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-2021, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -3,7 +3,7 @@
* *
* Test to compare output against Excel files. * Test to compare output against Excel files.
* *
* Copyright 2014-2023, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -3,7 +3,7 @@
* *
* Test to compare output against Excel files. * Test to compare output against Excel files.
* *
* Copyright 2014-2023, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -3,7 +3,7 @@
* *
* Test to compare output against Excel files. * Test to compare output against Excel files.
* *
* Copyright 2014-2023, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -3,7 +3,7 @@
* *
* Test to compare output against Excel files. * Test to compare output against Excel files.
* *
* Copyright 2014-2023, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -3,7 +3,7 @@
* *
* Test to compare output against Excel files. * Test to compare output against Excel files.
* *
* Copyright 2014-2023, John McNamara, jmcnamara@cpan.org * Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
* *
*/ */

View file

@ -2,7 +2,7 @@
# #
# Makefile for libxlsxwriter library. # Makefile for libxlsxwriter library.
# #
# Copyright 2014-2015, John McNamara, jmcnamara@cpan.org # Copyright 2014-2024, John McNamara, jmcnamara@cpan.org
# #
include ../Makefile.unit include ../Makefile.unit