123 Commits

Author SHA1 Message Date
John McNamara
f29cf40d38 package: update copyright year 2025-02-11 00:03:36 +00:00
John McNamara
1dc5977e5f worksheet: add embedded image options 2024-07-30 23:30:33 +01:00
John McNamara
d9f2540080 worksheet: add initial embedded image support
Feature request #417
2024-07-30 00:44:54 +01:00
John McNamara
cf887d65ce package: update copyright year 2024-06-23 12:03:34 +01:00
John McNamara
5024854a94 docs: fix minor issues in data_validate example
Closes #449
2024-06-23 12:00:02 +01:00
John McNamara
5625238848 Convert public char* to const char* for C++ compatibility. 2023-09-25 20:59:05 +01:00
John McNamara
2a2ea84c20 Remove unnecessary axis labels from chart radar example. 2023-02-19 14:16:03 +00:00
John McNamara
c20b7fc9df Fix example 7 of the data_validation.c file.
Closes #393
2023-02-14 16:14:19 +00:00
John McNamara
b3059c805d Update docs/example for lambda function. 2022-12-28 13:27:41 +00:00
John McNamara
7f5745c1a3 Minor doc/example fix. 2022-12-26 13:11:58 +00:00
John McNamara
43037c1e88 Added memory buffer example to the docs. 2022-11-12 18:03:22 +00:00
Mohamed Akram
5097c0e41f Add memory buffer support
* Avoid using temporary files when possible
* Add support for writing to a buffer

PR #382
2022-11-10 19:22:49 +00:00
John McNamara
2ed6d94565 Fixes for Windows compilation warnings. 2022-02-23 23:20:35 +00:00
John McNamara
8e358ae62b Added example of setting a watermark in Excel. 2022-01-16 20:22:48 +00:00
John McNamara
7f54faaddb Added docs and example for worksheet macro buttons.
Feature request #39
2021-08-28 19:38:18 +01:00
John McNamara
b185df6765 Added documentation for worksheet tables.
Feature request #33
2021-08-22 19:30:31 +01:00
John McNamara
0a273e9629 Added worksheet tables example.
Feature request #33
2021-08-19 23:34:48 +01:00
John McNamara
4234499f8a Added example and docs for autfilter rules.
Feature request #254
2021-08-08 20:25:35 +01:00
John McNamara
bda599d033 Added optional third party dtoa library.
Added the optional Milo Yip DTOA library (emyg_dtoa) to avoid
issues where the standard sprintf() dtoa function changes output
based on locale settings. It is also 40-50% faster than the
standard dtoa for raw numeric data.

If you wish to use this third party library you can compile
libxlsxwriter with it by passing `USE_DTOA_LIBRARY=1` to
make. The USE_DOUBLE_FUNCTION build variable is no longer used.

Imported source from https://github.com/miloyip/dtoa-benchmark

Feature request #272
2021-07-12 23:09:52 +01:00
John McNamara
393ded9a2d Add option to turn off bold in chart title font.
Added the LXW_EXPLICIT_FALSE variable to allow the default bold
property in chart title fonts to be turned off.

Closes #199
2021-07-12 22:33:11 +01:00
John McNamara
d72da755f0 Add docs and examples for dynamic arrays.
Feature request #327
2021-07-07 23:33:26 +01:00
John McNamara
4fcdd7b26d Updated copyright year. 2021-07-01 23:57:09 +01:00
John McNamara
9b89841750 Add support for Unix datetimes. 2021-07-01 21:00:59 +01:00
John McNamara
925a147fc1 Add support for using MD5 functions from OpenSSL.
Feature request #335
2021-05-27 23:35:59 +01:00
John McNamara
af5115cbb5 Add support for worksheet background images. 2021-05-14 00:12:05 +01:00
John McNamara
4633d991b8 Added docs for diagonal cell borders.
Issue #304
2020-09-12 20:47:59 +01:00
John McNamara
e3d4bcaf7c Added docs for conditional formatting.
Feature request #302
2020-09-05 21:17:39 +01:00
John McNamara
5d4a571105 Added support for conditional formatting.
Feature request #302
2020-08-30 21:06:48 +01:00
John McNamara
9016093309 Added docs for header/footer images. 2020-08-17 23:03:25 +01:00
John McNamara
644d8630ed Added worksheet_ignore_errors() function.
Added worksheet_ignore_errors() function to ignore Excel
worksheet errors/warnings in user defined ranges.
2020-08-13 17:19:33 +01:00
John McNamara
7da7225b66 Added docs for data label formatting. 2020-08-11 20:18:38 +01:00
John McNamara
0c4a9ea5a4 Update data label example with formatting. 2020-08-10 23:38:53 +01:00
John McNamara
2e6f3d7cdf Change lxw_chart_data_label field from .delete to .hide.
Change lxw_chart_data_label field from .delete to .hide in order
to avoid reserved word conflict with C++.

Issue #300
2020-08-04 11:16:49 +01:00
John McNamara
12ec39608f Added docs for custom chart data labels. 2020-08-03 17:54:48 +01:00
John McNamara
714d07dd39 Added stacked and percentr stacked line charts.
Added LXW_CHART_LINE_STACKED and LXW_CHART_LINE_STACKED_PERCENT
line charts subtypes.
2020-05-31 12:59:19 +01:00
John McNamara
2849813f36 Updated copyright year. 2020-01-12 12:59:31 +00:00
John McNamara
73a47db741 Added advanced cell comments sample code. 2020-01-09 21:25:48 +00:00
John McNamara
85dfccd734 Added support for cell comments and options.
Issue #38
2020-01-07 23:27:04 +00:00
John McNamara
b0738e2ba9 Addition of Openwall MD5 library.
Imported from:
https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
2019-12-24 00:27:41 +00:00
John McNamara
dcecc632d5 Added support for hyperlinks from images. 2019-12-15 00:11:44 +00:00
John McNamara
f26aeacb86 Add default hyperlink format as a style. 2019-12-11 00:39:11 +00:00
John McNamara
3e3ce69aab Made deprection of new_workbook() function explicit.
Made the deprecation of new_workbook() funtion more explicit
and removed instances from the examples and test code. The
workbook_new() function should be used instead.

See #252
2019-11-16 20:32:37 +00:00
John McNamara
32658fef2f Add docs and an example for add_vba_project.
Issue #29
2019-06-19 00:21:04 +01:00
John McNamara
ebab9831b3 Refactor use_zip64 into the constructor.
Issue #228
2019-06-08 16:40:17 +01:00
John McNamara
936a6ca006 Add docs for rich strings.
Issue #37
2018-09-30 23:24:45 +01:00
John McNamara
8f52bb0f82 Added example for rich strings.
Issue #37
2018-09-29 11:04:44 +01:00
John McNamara
2620e3d8a1 Minor fix for chart_axis_set_name() examples/docs. 2018-09-09 12:55:15 +01:00
John McNamara
d9ac79dc93 Add chartsheet example.
Issue #90
2018-09-09 12:51:49 +01:00
John McNamara
b203f94f5a Update copyright year. 2018-08-30 23:52:31 +01:00
John McNamara
03bb8d2eb0 Add docs for in-memory image handling.
Addd docs and additional tests for in-memory image handling.

Issue #125
2018-08-30 23:04:39 +01:00