Commit graph

96 commits

Author SHA1 Message Date
John McNamara
0b38171f1d Fixed merge_range example docs. 2015-04-15 01:14:24 +01:00
John McNamara
e69c0b683e Minor doc fix. 2015-04-15 00:49:18 +01:00
John McNamara
f842f886ab Prep for release 0.1.2. 2015-04-15 00:45:01 +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
b303c3bad6 Added worksheet_print_scale() function. 2015-04-14 00:29:48 +01:00
John McNamara
77215a3ccb Added worksheet_set_start_page() function. 2015-04-14 00:04:33 +01:00
John McNamara
ad081084f2 Prep for release 0.1.1. 2015-04-13 23:19:37 +01:00
John McNamara
79980fc928 Added worksheet_fit_to_pages() function. 2015-04-13 23:17:11 +01:00
John McNamara
86be130754 Added worksheet_print_area function. 2015-04-13 17:17:01 +01:00
John McNamara
8d4913dc85 Prep for release 0.1.0. 2015-04-13 00:26:11 +01:00
John McNamara
eff07596be Added docs for repeat_rows and repeat_columns. 2015-04-13 00:24:32 +01:00
John McNamara
61c417302d Added support for repeat_rows and repeat_columns. 2015-04-12 23:53:03 +01:00
John McNamara
2255994aab Added support for quoted sheet names. 2015-04-10 23:56:15 +01:00
John McNamara
5d8a77e1eb Prep for release 0.0.9. 2015-04-09 18:53:18 +01:00
John McNamara
fb5f105916 Added worksheet_print_row_col_headers() function. 2015-04-09 18:52:06 +01:00
John McNamara
37bae73541 Function name refactoring 2015-04-09 14:48:36 +01:00
John McNamara
52d14ec0b8 Added worksheet gridlines and print centering. 2015-04-09 14:34:25 +01:00
John McNamara
f5366942d2 Prep for release 0.0.8. 2015-04-09 02:22:20 +01:00
John McNamara
0bc6eeb66a Added support for headers and footers. 2015-04-09 02:16:02 +01:00
John McNamara
dcd2f60189 Updated feature list. 2015-04-08 00:41:04 +01:00
John McNamara
ef371461b4 Prep for release 0.0.7. 2015-04-08 00:25:17 +01:00
John McNamara
0d0487a126 Added merge_range() function. 2015-04-08 00:13:55 +01:00
John McNamara
6d72cb187d Prep for release 0.0.6. 2015-04-06 23:55:40 +01:00
John McNamara
be3745e4fa Added defined names. 2015-04-06 23:46:39 +01:00
John McNamara
108f3966b3 Initial work on defined names. 2015-03-08 23:25:43 +00:00
John McNamara
1a39389087 Updated supported compilers in readme. 2015-03-07 17:23:04 +00:00
John McNamara
5018c80f8a Updated copyright year. 2015-03-07 16:42:13 +00:00
John McNamara
cf26e9269f Prep for release 0.0.5. 2015-03-07 01:11:11 +00:00
John McNamara
e742400f51 Fix for set_start_page() for values > 1. 2015-03-07 01:05:59 +00:00
John McNamara
fae6d86861 Added docs for worksheet_activate() and worksheet_select(). 2015-03-07 01:01:36 +00:00
John McNamara
fb383a8f01 Added worksheet_activate() to set the active worksheet. 2015-03-07 00:45:13 +00:00
John McNamara
c6416fcce1 Portable fix for unused variables in test cases. 2015-03-06 23:49:24 +00:00
John McNamara
7115c7e3b1 Refactored theme data to avoid compiler warning.
Converted theme XML data to array of char* to avoid
overlength-strings warning.
2015-03-06 02:06:03 +00:00
John McNamara
679808c0b4 Added simple strdup() implementation.
Added strdup() implementation instead of __builtin_strdup() which
isn't supported by some compilers.
2015-03-06 00:24:39 +00:00
John McNamara
08ed44bfa8 Added worksheet_select() function. 2015-03-05 19:35:34 +00:00
John McNamara
62d7446da2 Added function index to Doxygen docs. 2015-03-04 21:19:09 +00:00
John McNamara
dd20816c4b Added pragma to avoid warnings on third party files. 2015-03-04 20:16:52 +00:00
John McNamara
d5c47ed657 Fix compiler warnings. 2015-03-04 20:14:18 +00:00
John McNamara
d6e1be46dc Minor fixes to build system. 2015-03-04 20:12:45 +00:00
John McNamara
dc17133039 Prep for release 0.0.4. 2015-03-01 21:00:24 +00:00
John McNamara
f111c60ff7 Fix for format ordering
Fix format objects so that they are written to the file in the
order of used rather than the order the of creation. This bug
caused incorrect formats in cells.

Issue #3
2015-03-01 12:36:59 +00:00
John McNamara
79bee715bb Updated coverity version. 2015-02-23 23:47:54 +00:00
John McNamara
9936874ffa Fix for open tmpfiles in constant_memory mode.
Use implicit close for all tmpfiles in constant_memory mode.

Issue #1.
2015-02-23 20:39:47 +00:00
John McNamara
8c43a996f8 Fixed some typos. 2015-02-23 20:39:21 +00:00
John McNamara
87dc69cb5a Added worksheet margins. 2015-01-09 00:50:01 +00:00
John McNamara
b61dc08bac Prep for release 0.0.3. 2015-01-07 00:13:40 +00:00
John McNamara
334e1587e0 Added docs for page setup methods. 2015-01-07 00:13:14 +00:00
John McNamara
5842791385 Added test for worksheet landscape mode. 2015-01-06 20:46:18 +00:00
John McNamara
f7eae1f2fa Added test for worksheet landscape mode. 2015-01-06 20:27:05 +00:00