Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates a new workbook containing 1 worksheet, in the specified file format. The sheet is blank when the workbook is created, and standard font, style, and format settings applied.

C#
vb.net

Parameters

format
The file format to use for the workbook.

Returns

A Workbook object representing the created workbook.

Remarks

For more information about the differences between the file formats, see ExcelApplication.FileFormat

Examples

C#
vb.net
  • No labels