John McNamara
925a147fc1
Add support for using MD5 functions from OpenSSL.
...
Feature request #335
2021-05-27 23:35:59 +01:00
John McNamara
acc0640237
Prep for release 1.0.5.
RELEASE_1.0.5
2021-05-14 00:30:56 +01:00
John McNamara
5f3647faa5
Test in-memory JPEG file.
2021-05-14 00:13:01 +01:00
John McNamara
af5115cbb5
Add support for worksheet background images.
2021-05-14 00:12:05 +01:00
John McNamara
5e1262cf46
Minor doc fix.
2021-05-12 20:46:16 +01:00
John McNamara
379c522613
Fix release target to push to main instead of master.
2021-05-08 00:43:09 +01:00
John McNamara
b45ba65a06
Prep for release 1.0.4.
RELEASE_1.0.4
2021-05-08 00:38:47 +01:00
John McNamara
e3fb0e2c32
Add support for GIF images.
2021-05-08 00:25:14 +01:00
John McNamara
019c8badc2
Added extra chart font axis test.
2021-04-25 13:47:25 +01:00
John McNamara
063f702593
Fix issue for y_axis font rotation of 0.
2021-04-23 20:54:09 +01:00
John McNamara
e478365508
Add initial support for dynamic arrays in formulas.
...
Feature request #327
2021-04-23 07:25:50 +01:00
John McNamara
3577fdd9fb
Prep for release 1.0.3.
RELEASE_1.0.3
2021-04-20 21:13:54 +01:00
John McNamara
f8919af346
Add support for R REprintf().
...
Added macro support for R function REprintf() instead of
fprintf(stderr).
Closes #273
2021-04-20 20:57:45 +01:00
John McNamara
b9a98af00d
Another fix for modified zconf.h on Gentoo.
...
Issue #116
2021-04-17 14:10:44 +01:00
John McNamara
df4f2aa854
Fix potential memory leak in worksheet_set_column().
...
Fix memory leak in worksheet_set_column() is column range was
overridden.
2021-04-15 23:19:41 +01:00
John McNamara
78c5bdaa7a
Prep for release 1.0.2.
RELEASE_1.0.2
2021-04-15 20:05:16 +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
2354d27646
Add -Ox compilation level for test objects.
2021-04-11 12:39:50 +01:00
John McNamara
c718466194
Minor fix for ctest output.
2021-04-10 21:11:11 +01:00
John McNamara
9aa3d73a5b
Prep for release 1.0.1.
RELEASE_1.0.1
2021-03-30 14:12:10 +01:00
John McNamara
37a8767551
Add explicit zlib.h include to fix some compiler issues.
...
Closes #316
2021-03-30 12:25:21 +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
3778da4d2d
Add docs for new worksheet_insert_image_opt() fields.
...
Add doc for new "description" and "decorative" fields for
worksheet_insert_image_opt().
2021-03-28 21:02:40 +01:00
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