Skip to content

Commit

Permalink
update libxlsxwriter to version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Feb 11, 2019
1 parent c1dab68 commit 48bb4f4
Show file tree
Hide file tree
Showing 39 changed files with 62 additions and 62 deletions.
Binary file modified libxlsxwriter/examples/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*/

/**
Expand All @@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "0.8.4"
#define LXW_VERSION "0.8.5"

#endif /* __LXW_XLSXWRITER_H__ */
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/app.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* app - A libxlsxwriter library for creating Excel XLSX app files.
*
Expand Down Expand Up @@ -56,7 +56,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_app *lxw_app_new();
lxw_app *lxw_app_new(void);
void lxw_app_free(lxw_app *app);
void lxw_app_assemble_xml_file(lxw_app *self);
void lxw_app_add_part_name(lxw_app *self, const char *name);
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/include/xlsxwriter/chart.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* chart - A libxlsxwriter library for creating Excel XLSX chart files.
*
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/chartsheet.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* chartsheet - A libxlsxwriter library for creating Excel XLSX chartsheet files.
*
Expand Down Expand Up @@ -524,7 +524,7 @@ lxw_error chartsheet_set_footer_opt(lxw_chartsheet *chartsheet,
const char *string,
lxw_header_footer_options *options);

lxw_chartsheet *lxw_chartsheet_new();
lxw_chartsheet *lxw_chartsheet_new(lxw_worksheet_init_data *init_data);
void lxw_chartsheet_free(lxw_chartsheet *chartsheet);
void lxw_chartsheet_assemble_xml_file(lxw_chartsheet *chartsheet);

Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/common.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*/

/**
* @file common.h
*
* @brief Common functions and defines for the libxlsxwriter library.
*
* <!-- Copyright 2014-2018, John McNamara, [email protected] -->
* <!-- Copyright 2014-2019, John McNamara, [email protected] -->
*
*/
#ifndef __LXW_COMMON_H__
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/content_types.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* content_types - A libxlsxwriter library for creating Excel XLSX
* content_types files.
Expand Down Expand Up @@ -37,7 +37,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_content_types *lxw_content_types_new();
lxw_content_types *lxw_content_types_new(void);
void lxw_content_types_free(lxw_content_types *content_types);
void lxw_content_types_assemble_xml_file(lxw_content_types *content_types);
void lxw_ct_add_default(lxw_content_types *content_types, const char *key,
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/core.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* core - A libxlsxwriter library for creating Excel XLSX core files.
*
Expand Down Expand Up @@ -31,7 +31,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_core *lxw_core_new();
lxw_core *lxw_core_new(void);
void lxw_core_free(lxw_core *core);
void lxw_core_assemble_xml_file(lxw_core *self);

Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/custom.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* custom - A libxlsxwriter library for creating Excel custom property files.
*
Expand Down Expand Up @@ -32,7 +32,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_custom *lxw_custom_new();
lxw_custom *lxw_custom_new(void);
void lxw_custom_free(lxw_custom *custom);
void lxw_custom_assemble_xml_file(lxw_custom *self);

Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/drawing.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* drawing - A libxlsxwriter library for creating Excel XLSX drawing files.
*
Expand Down Expand Up @@ -90,7 +90,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_drawing *lxw_drawing_new();
lxw_drawing *lxw_drawing_new(void);
void lxw_drawing_free(lxw_drawing *drawing);
void lxw_drawing_assemble_xml_file(lxw_drawing *self);
void lxw_free_drawing_object(struct lxw_drawing_object *drawing_object);
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/format.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*/

/**
Expand Down Expand Up @@ -480,7 +480,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_format *lxw_format_new();
lxw_format *lxw_format_new(void);
void lxw_format_free(lxw_format *format);
int32_t lxw_format_get_xf_index(lxw_format *format);
lxw_font *lxw_format_get_font_key(lxw_format *format);
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/include/xlsxwriter/hash_table.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* hash_table - Hash table functions for libxlsxwriter.
*
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/include/xlsxwriter/packager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* packager - A libxlsxwriter library for creating Excel XLSX packager files.
*
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/relationships.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* relationships - A libxlsxwriter library for creating Excel XLSX
* relationships files.
Expand Down Expand Up @@ -47,7 +47,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_relationships *lxw_relationships_new();
lxw_relationships *lxw_relationships_new(void);
void lxw_free_relationships(lxw_relationships *relationships);
void lxw_relationships_assemble_xml_file(lxw_relationships *self);

Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/shared_strings.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* shared_strings - A libxlsxwriter library for creating Excel XLSX
* sst files.
Expand Down Expand Up @@ -63,7 +63,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_sst *lxw_sst_new();
lxw_sst *lxw_sst_new(void);
void lxw_sst_free(lxw_sst *sst);
struct sst_element *lxw_get_sst_index(lxw_sst *sst, const char *string,
uint8_t is_rich_string);
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/styles.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* styles - A libxlsxwriter library for creating Excel XLSX styles files.
*
Expand Down Expand Up @@ -38,7 +38,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_styles *lxw_styles_new();
lxw_styles *lxw_styles_new(void);
void lxw_styles_free(lxw_styles *styles);
void lxw_styles_assemble_xml_file(lxw_styles *self);
void lxw_styles_write_string_fragment(lxw_styles *self, char *string);
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/theme.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* theme - A libxlsxwriter library for creating Excel XLSX theme files.
*
Expand All @@ -28,7 +28,7 @@ extern "C" {
#endif
/* *INDENT-ON* */

lxw_theme *lxw_theme_new();
lxw_theme *lxw_theme_new(void);
void lxw_theme_free(lxw_theme *theme);
void lxw_theme_xml_declaration(lxw_theme *self);
void lxw_theme_assemble_xml_file(lxw_theme *self);
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/include/xlsxwriter/utility.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*/

/**
* @file utility.h
*
* @brief Utility functions for libxlsxwriter.
*
* <!-- Copyright 2014-2018, John McNamara, [email protected] -->
* <!-- Copyright 2014-2019, John McNamara, [email protected] -->
*
*/

Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/include/xlsxwriter/workbook.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/include/xlsxwriter/worksheet.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/include/xlsxwriter/xmlwriter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
* xmlwriter - A libxlsxwriter library for creating Excel XLSX
* XML files.
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
*/

Expand All @@ -25,7 +25,7 @@
* Create a new app object.
*/
lxw_app *
lxw_app_new()
lxw_app_new(void)
{
lxw_app *app = calloc(1, sizeof(lxw_app));
GOTO_LABEL_ON_MEM_ERROR(app, mem_error);
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/src/chart.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter/src/chartsheet.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
*/

Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/src/content_types.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
*/

Expand All @@ -25,7 +25,7 @@
* Create a new content_types object.
*/
lxw_content_types *
lxw_content_types_new()
lxw_content_types_new(void)
{
lxw_content_types *content_types = calloc(1, sizeof(lxw_content_types));
GOTO_LABEL_ON_MEM_ERROR(content_types, mem_error);
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/src/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
*/

Expand All @@ -25,7 +25,7 @@
* Create a new core object.
*/
lxw_core *
lxw_core_new()
lxw_core_new(void)
{
lxw_core *core = calloc(1, sizeof(lxw_core));
GOTO_LABEL_ON_MEM_ERROR(core, mem_error);
Expand Down
4 changes: 2 additions & 2 deletions libxlsxwriter/src/custom.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, [email protected]. See LICENSE.txt.
* Copyright 2014-2019, John McNamara, [email protected]. See LICENSE.txt.
*
*/

Expand All @@ -25,7 +25,7 @@
* Create a new custom object.
*/
lxw_custom *
lxw_custom_new()
lxw_custom_new(void)
{
lxw_custom *custom = calloc(1, sizeof(lxw_custom));
GOTO_LABEL_ON_MEM_ERROR(custom, mem_error);
Expand Down
Loading

0 comments on commit 48bb4f4

Please sign in to comment.