xls_Create

xls_Create(sheets) -> reference

Parameter          Type             Description
sheets             Longint      ->  Count of sheets
reference          Longint      <-  Excel handle

Description

The command xls_Create creates a new Excel document in memory. Pass the count of sheets into the parameter sheets.
Possible values have to be between 1 and 100.

After usage, you have to clear the memory by calling the command xls_CLOSE.