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
John McNamara
269f3dce62
Add docs for outlines and grouping.
...
Issue #30
2018-02-11 00:13:26 +00:00
John McNamara
205f4cacd3
Added another grouping example.
...
Issue #30
2018-02-07 23:09:02 +00:00
John McNamara
6d2befd587
Added outline settings function.
...
Issue #30
2018-02-05 23:33:32 +00:00
John McNamara
aeb6e0e9b9
Initial support for worksheet outlines.
...
Issue #30 .
2018-02-04 21:15:14 +00:00
John McNamara
3137b60647
Add docs for data validation
2017-09-25 00:27:24 +01:00
John McNamara
856a45a292
Added option to use system minizip in make build.
...
Added option to use system minizip in the Makefile make system.
Issue #119 .
2017-08-14 20:08:57 +01:00
John McNamara
be77bac3ee
Added docs for chart trendlines.
2017-01-29 18:13:43 +00:00
John McNamara
2515c54b06
Add docs for chart error bars.
2017-01-27 23:24:23 +00:00
John McNamara
a3831c9974
Prep for release 0.6.7.
2017-01-25 08:02:15 +00:00
John McNamara
90b7f89a61
Add docs for chart data labels.
2017-01-24 23:23:02 +00:00
John McNamara
37eea6ed87
Added docs for chart up-down bars.
2017-01-22 03:03:03 +00:00
John McNamara
8f930ac6dc
Prep for release 0.6.5.
2017-01-21 14:30:34 +00:00
John McNamara
0d22597d9b
Added docs for chart data table.
2017-01-20 20:16:40 +00:00
John McNamara
79e6898d51
Fix for unused variable warning.
2017-01-19 01:21:04 +00:00
John McNamara
36ca33b3cb
Added clustered chart example.
2017-01-19 01:20:37 +00:00
John McNamara
2cb2af32f9
Added docs for high-low and drop lines.
2017-01-18 23:46:22 +00:00
John McNamara
ae71d9d0aa
Added docs for chart points.
2017-01-15 23:10:39 +00:00
John McNamara
0945bede76
Add docs for chart patterns.
2017-01-03 23:50:34 +00:00
John McNamara
9f18375c9b
Fix for unused variable.
2017-01-01 20:08:23 +00:00
John McNamara
fc817abbcb
Added docs for chart line and fill.
2017-01-01 19:30:21 +00:00
John McNamara
813ca50be0
Update copyright year.
2016-12-31 00:33:00 +00:00
John McNamara
915cc66c45
Add docs for chart legend.
2016-12-30 23:11:30 +00:00
John McNamara
74f03074fb
Add docs for chart fonts.
2016-12-30 10:57:37 +00:00
John McNamara
34dd6c812a
Add docs for chart fonts.
2016-12-29 21:25:37 +00:00
John McNamara
ee1bafa9bc
Prep for release 0.4.3.
2016-12-26 13:26:40 +00:00
John McNamara
03ba1defa9
Fix typo.
2016-08-16 20:14:12 +01:00
John McNamara
c1c5c643cb
Made the tmpfileplus lib optional.
2016-07-14 00:02:50 +01:00
John McNamara
6777d3346e
Fix OpenBSD warnings.
2016-07-12 23:20:44 +01:00
John McNamara
2cd8f8a3c2
Added extra docs for temp file handling.
2016-07-11 21:42:18 +01:00
John McNamara
c46b76ab9d
Added tmpdir parameter to workbook constructor.
2016-07-10 23:46:51 +01:00
John McNamara
50dba518e5
Converted return types to explicit lxw_error.
...
Converted return types to explicit lxw_error for better compatibility
with C++ compilers.
Issue #56 .
2016-07-03 13:53:11 +01:00
John McNamara
8c6174ffd9
Added docs for custom doc properties.
2016-06-11 14:40:09 +01:00
John McNamara
0479f297b4
Updated copyright year.
2016-06-11 09:40:31 +01:00
John McNamara
8231ead05b
Refactored error handling and reporting.
...
Some of the previously defined error names have changed to give
a more consistent interface. Also added a lxw_strerror() function
to decode the error to a string.
Issue #49 .
2016-05-30 21:16:25 +01:00
John McNamara
11d26f7522
Additional chart docs.
2016-05-23 22:42:27 +01:00