Commit graph

57 commits

Author SHA1 Message Date
John McNamara
e3d4bcaf7c Added docs for conditional formatting.
Feature request #302
2020-09-05 21:17:39 +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
12ec39608f Added docs for custom chart data labels. 2020-08-03 17:54:48 +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
549076cac6 Add version ID, in addtion to existing version string.
Closes #253
2019-12-15 13:42:20 +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
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
d9ac79dc93 Add chartsheet example.
Issue #90
2018-09-09 12:51:49 +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
f21770c1cd Prep for release 0.7.6. 2018-02-11 23:39:40 +00:00
John McNamara
269f3dce62 Add docs for outlines and grouping.
Issue #30
2018-02-11 00:13:26 +00:00
John McNamara
dc31b10bad Updated copyright year. 2018-02-03 17:15:35 +00:00
John McNamara
3137b60647 Add docs for data validation 2017-09-25 00:27:24 +01:00
John McNamara
b5c42463bc Fix const char* for C++ and added tests.
Fixed const char* in several APIs and added test to ensure that
any others are caught in future.

Issue #102.
2017-06-25 20:16:36 +01:00
John McNamara
edadc49fef Prep for release 0.6.4. 2017-01-20 20:54:02 +00:00
John McNamara
0d22597d9b Added docs for chart data table. 2017-01-20 20:16:40 +00:00
John McNamara
2cb2af32f9 Added docs for high-low and drop lines. 2017-01-18 23:46:22 +00:00
John McNamara
0945bede76 Add docs for chart patterns. 2017-01-03 23:50:34 +00:00
John McNamara
813ca50be0 Update copyright year. 2016-12-31 00:33:00 +00:00
John McNamara
5015061828 Prep for release 0.4.4. 2016-12-30 12:00:17 +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
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
56064038a4 Prep for release 0.3.8. 2016-06-11 14:56:41 +01:00
John McNamara
8c6174ffd9 Added docs for custom doc properties. 2016-06-11 14:40:09 +01:00
John McNamara
6ba940f58d Added script to generate umbrella file. 2016-06-03 00:47:26 +01:00
John McNamara
d8eed38b6e Make non-exported symbols static. 2016-05-31 23:56:53 +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
722de1cd06 Added link generator for examples. 2016-05-23 20:06:15 +01:00
John McNamara
e35c40a870 Added chart documentation and examples. 2016-05-23 00:31:45 +01:00
John McNamara
51d97e7f41 Update copyright year. 2016-01-03 19:47:16 +00:00
John McNamara
d54e85e9f2 Prep for release 0.2.9. 2016-01-03 19:32:44 +00:00
John McNamara
65398768c1 Added docs and examples for insert_image().
Closes #28.
2016-01-03 19:11:22 +00:00
John McNamara
d919935913 Added worksheet_default_row() function.
Added worksheet_default_row() function to allow setting of default
row height and hiding unused rows.

Closes #27
2015-12-22 00:59:45 +00:00
John McNamara
1435c35132 Added worksheet_protect() function.
Closes #26
2015-12-19 15:27:27 +00:00
John McNamara
ed4c79787d Prep for release 0.2.5. 2015-12-14 00:02:51 +00:00
John McNamara
83df7edb0a Added workbook doc properties.
Closes #25
2015-12-13 22:49:13 +00:00
John McNamara
c937f83186 Added worksheet hide() function.
Closes #22
2015-12-13 16:14:16 +00:00
John McNamara
2a1f30651b Added worksheet tab color docs and tests. 2015-12-12 20:16:31 +00:00
John McNamara
446a68869a Prep for release 0.2.0. 2015-12-09 23:00:23 +00:00
John McNamara
57eeec7465 Added pod repo update to release script. 2015-12-08 23:14:53 +00:00
John McNamara
c632121117 Added pod lint to release checks. 2015-12-07 22:53:05 +00:00
John McNamara
a8c6629258 Prep for release 0.1.9. 2015-12-07 21:09:22 +00:00
John McNamara
92b67d84ce Added release Makefile targets. 2015-12-07 20:29:01 +00:00
John McNamara
4e64a674ce Added panes documentation and example. 2015-12-06 23:27:12 +00:00
John McNamara
a183218159 Added docs for worksheet_write_url(). 2015-05-05 00:28:30 +01:00
John McNamara
aea34df9fc Added docs for autofilter. 2015-04-18 14:06:14 +01:00
John McNamara
a701fee122 Added docs for array funcitons. 2015-04-16 00:13:40 +01:00