Commit graph

164 commits

Author SHA1 Message Date
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
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
c844843c97 Add section on number format locales to the docs. 2021-07-02 11:50:44 +01:00
John McNamara
9b89841750 Add support for Unix datetimes. 2021-07-01 21:00:59 +01:00
John McNamara
7eacdb47f9 Add support for using MD5 functions from OpenSSL.
Feature request #335
2021-05-28 15:40:05 +01:00
John McNamara
af5115cbb5 Add support for worksheet background images. 2021-05-14 00:12:05 +01:00
John McNamara
e3fb0e2c32 Add support for GIF images. 2021-05-08 00:25:14 +01:00
John McNamara
e2795f601d Add support for pixel sizing of rows and columns.
Added support for pixel sizing in worksheet_set_row() and
worksheet_set_column() via new functions called
worksheet_set_row_pixels() and worksheet_set_column_pixels().
2021-04-15 19:53:01 +01:00
John McNamara
186ba3839b Add minor fix and docs for pkg-conf. 2021-03-29 18:04:04 +01:00
John McNamara
b351e55565 Minor doc updates. 2021-03-29 15:49:38 +01:00
John McNamara
29c5461610 Add option to set read-only mode when opening a file.
Added the worksheet read_only_recommended() method to set the Excel
"Read-only Recommended" option that is available when saving a file.
2021-03-27 20:36:13 +00:00
John McNamara
eefa0200ca Added additional docs on constant_memory mode.
Added some additional information on using constant_memory mode
with memory mounted /tmp directories and also the issue with
image resizing.

Closes #306
Closes #284
2021-03-23 19:15:54 +00:00
John McNamara
2f3c09e9c3 Add docs on how to build a universal binary on macOS.
Closes #315
2021-03-22 17:29:15 +00:00
John McNamara
c06101fcad Updated copyright year. 2021-01-13 21:25:35 +00:00
John McNamara
59e15dd3ac Minor doc fix. 2020-12-16 23:33:01 +00:00
John McNamara
4633d991b8 Added docs for diagonal cell borders.
Issue #304
2020-09-12 20:47:59 +01:00
John McNamara
111e0dade5 Minor doc fixes. 2020-09-08 09:36:15 +01:00
John McNamara
a8d7138cfb Turned doxygen client side search back on. 2020-09-06 02:43:04 +01:00
John McNamara
4e98dcb279 Updated repeat rows in doc tables. 2020-09-06 02:33:01 +01:00
John McNamara
fbdd2800fa Updated to doxygen 1.8.20. 2020-09-06 02:19:13 +01:00
John McNamara
e3d4bcaf7c Added docs for conditional formatting.
Feature request #302
2020-09-05 21:17:39 +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
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
eecb22ace1 Added link to QT-creator guide.wq 2020-07-31 00:46:27 +01:00
John McNamara
497eaaf389 Added worksheet_write_formula_str() function.
Added worksheet_write_formula_str() function mainly to allow
a blank string result to be written for formulas and thus
force recalculation in OpenOffice.
2020-07-31 00:07:36 +01:00
John McNamara
dd958c2d08 Minor doc fix. 2020-07-30 20:41:38 +01:00
FrankenApps
ff9ff0513f Added addtional information on how to use the provided CocoaPod in Swift for iOS 2020-07-30 20:36:35 +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
ef2b50c53a Added docs on worksheet object positioning.
Issue #263.
2020-01-19 13:04:12 +00:00
John McNamara
2849813f36 Updated copyright year. 2020-01-12 12:59:31 +00:00
John McNamara
5485479a86 Added docs for worksheet comment functions.
Issue #38
2020-01-11 15:40:41 +00:00
John McNamara
73a47db741 Added advanced cell comments sample code. 2020-01-09 21:25:48 +00:00
Sijmen J. Mulder
4daf725bae Use DESTDIR and PREFIX instead of INSTALL_LOCATION
PREFIX is the final location on the user's system. DESTDIR could
be staging directory for a package build, a chroot, etc. The
distinction is important because you don't want DESTDIR to end up
in paths compiled into the program, e.g. the location of a helpfile
or library.

(Applies only to the makefiles, not CMake)

Resolves #216
2019-12-27 12:58:19 +00:00
John McNamara
ff22a026d9 Minor doc fix. 2019-12-23 17:21:15 +00:00
John McNamara
553628a8c0 Added doc section on format categories. 2019-11-17 18:02:22 +00:00
John McNamara
695fc684b0 Added sponsorhip details. 2019-10-30 09:12:13 +00:00
John McNamara
48a312e949 Added docs on using vcpkg for MSVC. 2019-06-20 23:32:53 +01: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
c00ebe866e Minor doc fix.
Issue #219
2019-04-07 14:30:15 +01:00
John McNamara
72c9b219cb Updated copyright year. 2019-02-10 21:11:46 +00:00
John McNamara
936a6ca006 Add docs for rich strings.
Issue #37
2018-09-30 23:24:45 +01:00
John McNamara
8672666b74 Add docs for chartsheets.
Issue #90
2018-09-11 21:22:00 +01:00
John McNamara
d9ac79dc93 Add chartsheet example.
Issue #90
2018-09-09 12:51:49 +01:00