54 Commits

Author SHA1 Message Date
John McNamara
1ba7c8a8e6 worksheet: add docs for embedded images 2024-07-31 00:51:09 +01:00
John McNamara
b3059c805d Update docs/example for lambda function. 2022-12-28 13:27:41 +00:00
John McNamara
43037c1e88 Added memory buffer example to the docs. 2022-11-12 18:03:22 +00:00
John McNamara
8e358ae62b Added example of setting a watermark in Excel. 2022-01-16 20:22:48 +00: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
d72da755f0 Add docs and examples for dynamic arrays.
Feature request #327
2021-07-07 23:33:26 +01:00
John McNamara
9b89841750 Add support for Unix datetimes. 2021-07-01 21:00:59 +01:00
John McNamara
af5115cbb5 Add support for worksheet background images. 2021-05-14 00:12:05 +01:00
John McNamara
4633d991b8 Added docs for diagonal cell borders.
Issue #304
2020-09-12 20:47:59 +01:00
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
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
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
73a47db741 Added advanced cell comments sample code. 2020-01-09 21:25:48 +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
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
269f3dce62 Add docs for outlines and grouping.
Issue #30
2018-02-11 00:13:26 +00:00
John McNamara
3137b60647 Add docs for data validation 2017-09-25 00:27:24 +01:00
John McNamara
2d720e8db9 Prep for release 0.6.9. 2017-01-30 00:30:31 +00: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
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
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
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
34dd6c812a Add docs for chart fonts. 2016-12-29 21:25:37 +00:00
John McNamara
8c6174ffd9 Added docs for custom doc properties. 2016-06-11 14:40:09 +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
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
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
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
John McNamara
0b38171f1d Fixed merge_range example docs. 2015-04-15 01:14:24 +01:00
John McNamara
0bc6eeb66a Added support for headers and footers. 2015-04-09 02:16:02 +01:00
John McNamara
ef371461b4 Prep for release 0.0.7. 2015-04-08 00:25:17 +01:00