Commit graph

196 commits

Author SHA1 Message Date
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
1ce5eafb76 Prep for release 0.2.7. 2015-12-21 10:19:55 +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
71c7d5fcee Prep for release 0.2.6. 2015-12-19 15:43:50 +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
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
9ff26fa0fb Simplified doc properties example. 2015-12-15 21:30:08 +00:00
John McNamara
ed4c79787d Prep for release 0.2.5. 2015-12-14 00:02:51 +00:00
John McNamara
f01cd13065 Change to US spelling. 2015-12-13 23:41:44 +00:00
John McNamara
6124642104 Free memory in doc properties tests and example. 2015-12-13 23:27:15 +00:00
John McNamara
d2ed216dc3 Fix for missing strdup function. 2015-12-13 23:26:13 +00:00
John McNamara
83df7edb0a Added workbook doc properties.
Closes #25
2015-12-13 22:49:13 +00:00
John McNamara
a2160ecb05 Prep for release 0.2.4. 2015-12-13 16:24:12 +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
6da1140a9d Prep for release 0.2.3. 2015-12-12 21:14:51 +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
fc56a0d72d Refactor hash table cleanup. 2015-12-12 00:27:37 +00:00
John McNamara
d89da39533 Prep for release 0.2.2. 2015-12-11 23:23:39 +00:00
John McNamara
ac7ca89bc5 Prep for release 0.2.2. 2015-12-11 23:19:31 +00:00
John McNamara
950bb6a87a Remved some redundant code. 2015-12-11 21:23:06 +00:00
Martin Renters
014c2e0c97 Convert shared string table from hash to RB tree. 2015-12-11 21:10:37 +00:00
John McNamara
532d529517 Prep for release 0.2.1. 2015-12-11 00:24:33 +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
446a68869a Prep for release 0.2.0. 2015-12-09 23:00:23 +00:00
John McNamara
ffd3308b85 Added images to format documentation. 2015-12-09 22:53:03 +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
57eeec7465 Added pod repo update to release script. 2015-12-08 23:14:53 +00:00
John McNamara
9765d0aac7 Minor doc fixes. 2015-12-08 23:04:30 +00:00
John McNamara
643c37f447 Guidelines for Reporting Bugs and creating Pull Requests. 2015-12-08 00:04:22 +00:00
John McNamara
c632121117 Added pod lint to release checks. 2015-12-07 22:53:05 +00:00
John McNamara
a8c6629258 Prep for release 0.1.9. 2015-12-07 21:09:22 +00:00
John McNamara
29b3a0de0b Spelling fixes. 2015-12-07 20:43:18 +00:00
John McNamara
92b67d84ce Added release Makefile targets. 2015-12-07 20:29:01 +00:00
John McNamara
30be9411c5 Automated indentation fix. 2015-12-07 20:21:11 +00:00
John McNamara
197d239c05 Added tree.h copyright and licence. 2015-12-07 20:19:16 +00:00
Martin Renters
6028952027 Convert cell data structure from TAILQ to RB tree 2015-12-07 20:10:37 +00:00
John McNamara
1f5e1f5b46 Refactored RB Tree macro generation. 2015-12-07 20:05:55 +00:00
John McNamara
878ee3a9d1 Cache last row to improve performance. 2015-12-07 20:05:52 +00:00
John McNamara
e0a46f2667 Minor code refactoring. 2015-12-07 20:05:52 +00:00
Martin Renters
c92cd770b7 Convert row data structure to a red/black tree.
Convert row data structure to a red/black tree to improve performance
when adding data in a non-linear order.
2015-12-07 20:05:51 +00:00
John McNamara
976816f4a4 Added tree.h from FreeBSD.
Revision 277642.
2015-12-07 20:05:51 +00:00