Commit graph

6 commits

Author SHA1 Message Date
John McNamara
813ca50be0 Update copyright year. 2016-12-31 00:33:00 +00:00
John McNamara
0479f297b4 Updated copyright year. 2016-06-11 09:40:31 +01:00
John McNamara
bd66719cd0 Renamed new_workbook() to workbook_new().
Renamed new_workbook() to workbook_new() and new_workbook_opt() to
workbook_new_opt() for consistency.

The older function names are still availble but deprecated.
2016-01-04 19:48:16 +00:00
John McNamara
56286656ac Renamed worksheet_set_row() function.
Renamed worksheet_set_row() function to worksheet_set_row_opt()
for consistency with current and future APIs. The worksheet_set_row()
function is now used without the option.

This is a backward incompatible change.
2016-01-04 00:18:38 +00:00
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
0b38171f1d Fixed merge_range example docs. 2015-04-15 01:14:24 +01:00
Renamed from examples/merge1.c (Browse further)