John McNamara
2c34defdf4
Renamed worksheet_set_column() function.
...
Renamed worksheet_set_column() function to worksheet_set_column_opt()
for consistency with current and future APIs. The worksheet_set_column()
function is now used without the option.
This is a backward incompatible change.
2016-01-04 00:01:00 +00:00
John McNamara
51d97e7f41
Update copyright year.
2016-01-03 19:47:16 +00:00
John McNamara
d54e85e9f2
Prep for release 0.2.9.
2016-01-03 19:32:44 +00:00
John McNamara
65398768c1
Added docs and examples for insert_image().
...
Closes #28 .
2016-01-03 19:11:22 +00:00
John McNamara
a234c38d71
Changed demo example image.
2016-01-02 01:35:01 +00:00
John McNamara
35e7f33194
Refactored image info functions into worksheet.c.
2016-01-02 00:52:46 +00:00
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
79505061eb
Initial drawing positioning calcs.
2015-12-29 02:01:33 +00:00
John McNamara
186862a138
Initial png file parsing.
2015-12-28 23:57:31 +00:00
John McNamara
fa450b2950
Add insert_image() to demo example.
2015-12-27 00:04:51 +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
e6014ec27f
Added more drawing structure.
2015-12-24 07:55:20 +00:00
John McNamara
f1ef755a5e
Initial drawing structure.
2015-12-23 01:03:41 +00:00
John McNamara
377635f655
Prep for release 0.2.8.
2015-12-22 01:10:16 +00:00
John McNamara
130b364fd4
Spellcheck fixes.
2015-12-22 01:03:51 +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
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