xls_Add sheet

xls_Add sheet(reference;name;position) -> result

Parameter          Type             Description
reference          Longint      ->  Excel handle
name               Text         ->  Name of the sheet
position           Longint      ->  Position
result             Longint      <-  Returns 1 if succeed

Description

The command xls_Add sheet adds a new sheet to the excel document.
If you pass -1 in the parameter position, the sheet will inserted at the end.