Alined code with Advanced Excel version 1.2.6.
New and changed functions:
Workbook_Create() - Specify the first sheet name when creating a new Excel document
Worksheet_GetName() - returns the name of the worksheet
Worksheet_DeleteByIndex() and Worksheet_DeleteByName() - Delete sheets by index/name
Workbook_GetProperties() - Returns a list of the Worksheets contained in the Workbook
Worksheet_GetProperties() - Returns the following properties of Worksheet:
Added new functions to write and format cells:
Cell_FormatRange() - format a range of cells
Cell_WriteColumnRange() - writes a list of values to a range of columns
Cell_WriteColumnRangeWithFormat() - writes a list of values to a range of columns with formatting