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.
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.