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
John McNamara
e35c40a870
Added chart documentation and examples.
2016-05-23 00:31:45 +01:00
John McNamara
a68075c07e
Fix non C99 issue in example.
2016-05-03 00:26:17 +01:00
John McNamara
d6c6231d55
Added initial chart example.
2016-05-03 00:19:14 +01:00
John McNamara
d9214eae5e
Changed example logo.
2016-01-05 00:38:05 +00:00
John McNamara
bd66719cd0
Renamed new_workbook() to workbook_new().
...
Renamed new_workbook() to workbook_new() and new_workbook_opt() to
workbook_new_opt() for consistency.
The older function names are still availble but deprecated.
2016-01-04 19:48:16 +00:00
John McNamara
56286656ac
Renamed worksheet_set_row() function.
...
Renamed worksheet_set_row() function to worksheet_set_row_opt()
for consistency with current and future APIs. The worksheet_set_row()
function is now used without the option.
This is a backward incompatible change.
2016-01-04 00:18:38 +00:00
John McNamara
2c34defdf4
Renamed worksheet_set_column() function.
...
Renamed worksheet_set_column() function to worksheet_set_column_opt()
for consistency with current and future APIs. The worksheet_set_column()
function is now used without the option.
This is a backward incompatible change.
2016-01-04 00:01:00 +00:00
John McNamara
51d97e7f41
Update copyright year.
2016-01-03 19:47:16 +00:00
John McNamara
65398768c1
Added docs and examples for insert_image().
...
Closes #28 .
2016-01-03 19:11:22 +00:00
John McNamara
a234c38d71
Changed demo example image.
2016-01-02 01:35:01 +00:00
John McNamara
73362ae8d2
Additional tests for insert_image().
2016-01-01 23:14:51 +00:00
John McNamara
fa450b2950
Add insert_image() to demo example.
2015-12-27 00:04:51 +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
031a6c285b
Added sheet protection example.
2015-12-18 23:17:18 +00:00