excel.create
Description
Create a new blank Excel workbook.

Parameters
none

Return value
bookID number

Example
-- create workbook
local xl = excel.create()

-- close workbook
excel.close(xl)

Comments

See also
excel.duplicate
excel.close

Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)