Commit graph

46 commits

Author SHA1 Message Date
John McNamara
b6c2d358d2 Added docs and extra tests for worksheet_set_selection(). 2015-12-09 21:14:08 +00:00
John McNamara
cac50839e7 Initial split pane support. 2015-12-06 18:19:25 +00:00
John McNamara
a183218159 Added docs for worksheet_write_url(). 2015-05-05 00:28:30 +01:00
John McNamara
9e56b10d00 Added tests for hyperlink escaping. 2015-05-04 01:03:13 +01:00
John McNamara
024aea61d6 Additional hyperlink tests. 2015-05-04 00:36:28 +01:00
John McNamara
870577bdff Additional hyperlink tests. 2015-05-03 20:46:55 +01:00
John McNamara
da1e35edab Added external workbook hyperlinks. 2015-05-03 03:33:20 +01:00
John McNamara
a160ef0ddc Added internal hyperlinks. 2015-05-02 08:42:51 +01:00
John McNamara
9dae8f2c2e More tests for hyperlinks. 2015-04-28 00:19:43 +01:00
John McNamara
7c465daad6 Added hyperlink relationship file. 2015-04-26 23:55:17 +01:00
John McNamara
ac599bede6 Initial non-working support for hyperlinks 2015-04-24 00:21:17 +01:00
John McNamara
e730df9de5 Fix for defined name ordering. 2015-04-18 01:25:38 +01:00
John McNamara
269442101c Initial autofilter support. 2015-04-17 23:54:05 +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
58bfa45752 Added array function support. 2015-04-15 22:00:13 +01:00
John McNamara
b8dc234f98 Added worksheet page break functions. 2015-04-15 00:41:29 +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
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
61c417302d Added support for repeat_rows and repeat_columns. 2015-04-12 23:53:03 +01:00
John McNamara
fb5f105916 Added worksheet_print_row_col_headers() function. 2015-04-09 18:52:06 +01:00
John McNamara
52d14ec0b8 Added worksheet gridlines and print centering. 2015-04-09 14:34:25 +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
5018c80f8a Updated copyright year. 2015-03-07 16:42:13 +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
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
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
John McNamara
dad57ef7d3 Added functional test for test_page_view(). 2015-01-06 01:20:47 +00:00
John McNamara
fbd1ac4d8e Fix handling of NULL strings to the write() functions. 2014-06-27 20:20:38 +01:00
John McNamara
1222fa8ef8 Fix for leak when overwriting cells in constant_memory mode. 2014-06-27 19:41:16 +01:00
John McNamara
63f1419b76 Added constant_memory mode. 2014-06-26 00:49:41 +01:00
John McNamara
afa9305893 Working memory optimization mode. 2014-06-25 00:59:04 +01:00
John McNamara
c20a136786 Made Makefiles suitable for gmake on FreeBSD. 2014-06-23 20:00:20 +01:00
John McNamara
8ceb72a1da Added cell and range helper macros. 2014-06-23 00:03:40 +01:00
John McNamara
91335d6769 Extended row and col formattin to full worksheet range. 2014-06-20 00:26:36 +01:00
John McNamara
7c6876f4d6 Additional tests for row/col formatting. 2014-06-18 01:24:58 +01:00
John McNamara
3b35214983 Initial work on row/col formatting. 2014-06-17 01:08:21 +01:00
John McNamara
ac87b9e359 Initial work on set_row(). 2014-06-16 01:06:29 +01:00
John McNamara
e262b8e9b2 Initial work on set_column(). 2014-06-15 21:24:21 +01:00
John McNamara
0509cce18f Added TESTING target to makefiles. 2014-06-09 23:51:10 +01:00
John McNamara
a27b6de38e Initial commit 2014-06-08 17:40:59 +01:00