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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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