762 Commits

Author SHA1 Message Date
John McNamara
ae4e652e57 Added more tests for image descriptions. 2021-03-28 02:06:57 +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
4090f66e79 Fix for format with pattern only.
Fix issue where pattern formats without colours where given a
default black fill colour.
2021-03-27 00:48:54 +00:00
John McNamara
83550882c6 Added 'min' crossing option to chart axes.
Add option to set a chart crossing to 'min' as well as the existing
'max' option. The 'min' option isn't available in the Excel interface
but can be enabled via VBA.
2021-03-26 17:01:00 +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
aae4263754 Minor makefile refactoring. 2021-03-22 17:09:31 +00:00
Andreas Naumann
a4a4d9ab0a Add support for cmake import with sub_directory.
Closes #318
Closes #319
2021-03-22 14:21:13 +00:00
Ayman Bagabas
83473df86a Add pkg-config files to the build
Fixes: https://github.com/jmcnamara/libxlsxwriter/issues/132
2021-03-22 14:19:29 +00:00
John McNamara
c06101fcad Updated copyright year. 2021-01-13 21:25:35 +00:00
John McNamara
58be3bcc70 Minor parameter rename to avoid using clash with typedef
Issue #320
2021-01-13 21:14:15 +00:00
John McNamara
59e15dd3ac Minor doc fix. 2020-12-16 23:33:01 +00:00
John McNamara
ff35a56934 Add make target for macOS universal binary.
Issue #315
2020-11-14 21:32:00 +00:00
John McNamara
110af3ff4d Fix for ignored position in chart custom data labels.
Fix issue where custom chart data labels didn't inherit the position
for the data labels in the series.`
2020-10-02 20:44:38 +01:00
John McNamara
dfbc07c973 Fix for issue where zipfile isn't close when there is a file add error.
Issue #310
2020-09-25 19:28:29 +01:00
John McNamara
38b8903228 Fix issue with relative url links in images. 2020-09-21 23:27:23 +01:00
John McNamara
4633d991b8 Added docs for diagonal cell borders.
Issue #304
2020-09-12 20:47:59 +01:00
John McNamara
c9f0fe6788 Fix for issue when UTF8 header/footer strings were truncated.
Fixed issue where the limit for header/footer strings was
255 bytes instead of 255 characters and as a result UTF8
strings were being truncated.

Closed #305
2020-09-08 18:24:55 +01:00
John McNamara
0d4e3fd531 Untabify some code. 2020-09-08 14:38:24 +01:00
John McNamara
4122d78fe3 Add makefile target to publish docs externally. 2020-09-08 09:39:02 +01:00
John McNamara
111e0dade5 Minor doc fixes. 2020-09-08 09:36:15 +01:00
John McNamara
90ffbeb046 Prep for release 1.0.0. RELEASE_1.0.0 2020-09-08 00:11:51 +01:00
John McNamara
13aebf962e Made lxw_datetime_to_excel_date() function public. 2020-09-07 23:35:30 +01:00
John McNamara
4b6c45982c Added implicit include paths to unit tests.
Added implicit include paths to unit tests to avoid issues
when running paralled builds.
2020-09-07 10:56:11 +01:00
John McNamara
2ee0b0356c Minor optimization to control character check. 2020-09-07 10:56:00 +01:00
John McNamara
9e8bc95b45 Optimization on search for control characters in strings.
Optimization on search for control characters in strings in
worksheet_write_string().

Issue #298
2020-09-06 19:06:31 +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
5d4a571105 Added support for conditional formatting.
Feature request #302
2020-08-30 21:06:48 +01:00
John McNamara
f23d2e905e Added style/format handling for conditional formatting.
Added style/format handling for conditional formatting. The
Actual conditional formatting hasn't been added yet to the
worksheet and those parts of the tests have been skipped, for now.
2020-08-22 14:38:49 +01:00
John McNamara
5269d07825 Prep for release 0.9.9. RELEASE_0.9.9 2020-08-17 23:32:14 +01:00
John McNamara
3b1563d0e1 Update coverity client version. 2020-08-17 23:05:39 +01:00
John McNamara
9016093309 Added docs for header/footer images. 2020-08-17 23:03:25 +01:00
John McNamara
017001fc14 Added support for images in headers/footers. 2020-08-17 21:01:36 +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
a8adce9f35 Prep for release 0.9.8. RELEASE_0.9.8 2020-08-11 20:46:24 +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
7182ac3e47 Added formatting for custom chart data labels. 2020-08-10 19:11:51 +01:00
John McNamara
e5a6833382 Added formatting for chart data labels. 2020-08-07 00:50:09 +01:00
John McNamara
8bd18f10a7 Minor doc fix. 2020-08-04 11:54:30 +01:00
John McNamara
a097804809 Prep for release 0.9.7. RELEASE_0.9.7 2020-08-04 11:50:30 +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
502e1a2e93 Prep for release 0.9.6. RELEASE_0.9.6 2020-08-04 00:09:48 +01:00
John McNamara
f7dc5ba13b Added tests for worksheet range return values. 2020-08-03 23:39:18 +01:00
John McNamara
d4424a0e7b Fix issue with write_array_formula() cell range. 2020-08-03 23:38:47 +01:00
John McNamara
12ec39608f Added docs for custom chart data labels. 2020-08-03 17:54:48 +01:00
John McNamara
ca5c2b7cb9 Added support for custom chart data labels. 2020-08-01 17:50:06 +01:00