Commit graph

66 commits

Author SHA1 Message Date
John McNamara
fec2b83d2b Added worksheet_right_to_left() function.
Closes #18.
2015-12-11 00:12:27 +00:00
John McNamara
c590100dc5 Added worksheet_hide_zero() function.
Closes #19.
2015-12-10 23:48:38 +00:00
John McNamara
45b084dcd8 Added worksheet_set_zoom() method.
Closes #17.
2015-12-10 23:34:28 +00:00
John McNamara
b6c2d358d2 Added docs and extra tests for worksheet_set_selection(). 2015-12-09 21:14:08 +00:00
John McNamara
ad0f6880e1 Initial working cell selection. 2015-12-09 01:03:07 +00:00
John McNamara
cac50839e7 Initial split pane support. 2015-12-06 18:19:25 +00:00
John McNamara
eba01a2dae Initial freeze pane support. 2015-12-06 15:44:17 +00:00
John McNamara
e4bc6eac0e Added better worksheet error returns. 2015-10-04 01:12:30 +01: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
47f8b5d04c Initial restructuring for hyperlinks. 2015-04-19 23:37:29 +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
2255994aab Added support for quoted sheet names. 2015-04-10 23:56:15 +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
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
108f3966b3 Initial work on defined names. 2015-03-08 23:25:43 +00: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
08ed44bfa8 Added worksheet_select() function. 2015-03-05 19:35:34 +00:00
John McNamara
d6e1be46dc Minor fixes to build system. 2015-03-04 20:12:45 +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
87dc69cb5a Added worksheet margins. 2015-01-09 00:50:01 +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
fbc1d3525d Initial page setup methods. 2015-01-05 00:50:18 +00:00
John McNamara
ec995a785b Changes for new ctest framework. 2014-08-08 00:37:42 +01:00
John McNamara
fc51b4d7b1 Moved unit tests from gtest to ctest. 2014-08-07 01:53:05 +01:00