Commit graph

464 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
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. 2020-08-17 23:32:14 +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. 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
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
a097804809 Prep for 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. 2020-08-04 00:09:48 +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
John McNamara
497eaaf389 Added worksheet_write_formula_str() function.
Added worksheet_write_formula_str() function mainly to allow
a blank string result to be written for formulas and thus
force recalculation in OpenOffice.
2020-07-31 00:07:36 +01:00
John McNamara
a0d920e589 Prep for release 0.9.5. 2020-05-31 20:22:23 +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
a0e6a362ba Removed LXW_ERROR_SHEETNAME_RESERVED warning.
Removed LXW_ERROR_SHEETNAME_RESERVED warning which was used with
the reserved worksheet name "History". However, this is an
allowed worksheet name in some Excel variants so the warning has
been turned into a documentation note instead.
2020-03-21 17:40:08 +00:00
John McNamara
559e391cd1 Prep for release 0.9.4. 2020-01-19 16:27:05 +00:00
John McNamara
ef2b50c53a Added docs on worksheet object positioning.
Issue #263.
2020-01-19 13:04:12 +00:00
John McNamara
139cd8cc41 Added support for object positioning.
Added support for setting the image or chart object_position
property to specify if they should be moved or sized with cell.

Issue #263
2020-01-19 11:23:58 +00:00
John McNamara
5de3c005c6 Prep for release 0.9.3. 2020-01-13 23:50:48 +00:00
John McNamara
78f6d7760a Fix xcode void arg warning. 2020-01-13 23:05:15 +00:00
John McNamara
bbfea4c901 Prep for release 0.9.2. 2020-01-13 22:56:00 +00:00
John McNamara
9be53288e9 Made write_comment() string const. 2020-01-13 22:42:58 +00:00
John McNamara
2849813f36 Updated copyright year. 2020-01-12 12:59:31 +00:00
John McNamara
5485479a86 Added docs for worksheet comment functions.
Issue #38
2020-01-11 15:40:41 +00:00
John McNamara
87df446d49 Added support for cell comments in constant_memory mode.
Added support for cell comments in constant_memory mode
and also refactored the internal data structure for
handling comments.

Issue #38
2020-01-11 09:02:07 +00:00
John McNamara
fac168a303 Minor fix to GCC deprecation level. 2020-01-09 00:31:01 +00:00
John McNamara
b70d0c5bde Removed deprecated functions. 2020-01-09 00:26:21 +00:00
John McNamara
549477185f Specify GCC version for deprecated attribute.
Closes #262
2020-01-09 00:22:32 +00:00
John McNamara
6ab739e9d2 Fix for issue with default comment font. 2020-01-08 23:16:56 +00:00
John McNamara
18252b714e Renamed MD5 functions and struct to avoid conflict with openssl.
Issue #260
2020-01-07 23:45:34 +00:00
John McNamara
85dfccd734 Added support for cell comments and options.
Issue #38
2020-01-07 23:27:04 +00:00
John McNamara
fdf542de80 Prep for release 0.9.1. 2019-12-27 11:40:12 +00:00
John McNamara
18b4d265cb Prep for release 0.9.0. 2019-12-26 18:59:41 +00:00
John McNamara
1290420818 Working image duplicate removal. 2019-12-26 16:12:36 +00:00
John McNamara
a4f9e5bad0 Initial image duplicate removal. Same worksheet only. 2019-12-24 19:17:17 +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
0a8f7a2f7b Prep for release 0.8.9. 2019-12-16 21:07:03 +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
373ff53382 Support newer Excel hyperlink length of 2079. 2019-12-15 13:05:52 +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
44bb2056e4 Initial working hyperlink style. 2019-12-10 00:10:13 +00:00
John McNamara
9880423443 Fix several hyperlink corner cases. 2019-12-08 23:12:44 +00:00
John McNamara
0cfd73b9f6 Fix url encoding of links to external files and dirs. 2019-12-07 01:19:43 +00:00
John McNamara
574f48b93f Minor doc addition. 2019-11-17 19:25:58 +00:00