Commit graph

4 commits

Author SHA1 Message Date
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
b6c2d358d2 Added docs and extra tests for worksheet_set_selection(). 2015-12-09 21:14:08 +00:00
John McNamara
4e64a674ce Added panes documentation and example. 2015-12-06 23:27:12 +00:00