Commit graph

45 commits

Author SHA1 Message Date
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
John McNamara
9ff26fa0fb Simplified doc properties example. 2015-12-15 21:30:08 +00:00
John McNamara
6124642104 Free memory in doc properties tests and example. 2015-12-13 23:27:15 +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
b6c2d358d2 Added docs and extra tests for worksheet_set_selection(). 2015-12-09 21:14:08 +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
568270f533 Updated valgrind make targets. 2015-04-16 23:47:23 +01:00
John McNamara
09dd0d278e Updated valgrind make targets. 2015-04-16 23:38:46 +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
b8dc234f98 Added worksheet page break functions. 2015-04-15 00:41:29 +01:00
John McNamara
3b6367d5d4 Added LXW_FOREACH_WORKSHEET() macro. 2015-04-14 16:11:47 +01:00
John McNamara
0bc6eeb66a Added support for headers and footers. 2015-04-09 02:16:02 +01:00
John McNamara
0d0487a126 Added merge_range() function. 2015-04-08 00:13:55 +01:00
John McNamara
be3745e4fa Added defined names. 2015-04-06 23:46:39 +01:00
John McNamara
1a39389087 Updated supported compilers in readme. 2015-03-07 17:23:04 +00:00
John McNamara
63f1419b76 Added constant_memory mode. 2014-06-26 00:49:41 +01:00
John McNamara
2993ada488 Added set_column() to examples. 2014-06-20 01:00:21 +01:00
John McNamara
6f77aa6022 Minor fix to example. 2014-06-09 23:54:03 +01:00
John McNamara
a27b6de38e Initial commit 2014-06-08 17:40:59 +01:00