Commit graph

86 commits

Author SHA1 Message Date
John McNamara
edc547bbe4 Additional tests for insert_image(). 2016-01-02 00:14:44 +00:00
John McNamara
73362ae8d2 Additional tests for insert_image(). 2016-01-01 23:14:51 +00:00
John McNamara
2bf1b0fcee Added support for jpeg and bmp images. 2015-12-31 08:28:23 +00:00
John McNamara
1f5a00af94 Added test images. 2015-12-30 14:20:39 +00:00
John McNamara
03e5deaa8f First functional test of insert_image(). 2015-12-30 00:40:12 +00:00
John McNamara
89b6f9f3c1 Initial structure for insert_image(). 2015-12-26 17:18:06 +00:00
John McNamara
9724f97785 Test for initial drawing structure. 2015-12-25 00:01:31 +00:00
John McNamara
f1ef755a5e Initial drawing structure. 2015-12-23 01:03:41 +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
a29143df2c Added control char support to optimized strings. 2015-12-21 10:01:43 +00:00
John McNamara
b256e2fd40 Added additional tests for control chars.
Issue #42
2015-12-21 00:10:36 +00:00
John McNamara
05af1bd4b1 Added support for escaping control chars in strings
Initial fix for issue #42
2015-12-20 23:57:34 +00:00
John McNamara
e52922a9db Added tests for worksheet protect. 2015-12-17 00:21:22 +00:00
John McNamara
22397ed530 Initial sheet protection. 2015-12-16 21:30:07 +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
f33421bd39 Added worksheet set_first_sheet function.
Closes #23.
2015-12-13 13:46:04 +00:00
John McNamara
2a1f30651b Added worksheet tab color docs and tests. 2015-12-12 20:16:31 +00:00
John McNamara
88ebf9c2df Initial working tab colors. 2015-12-12 01:29:36 +00:00
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