Message-ID: <1186055093.8891.1711666957234.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8890_13614525.1711666957234" ------=_Part_8890_13614525.1711666957234 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ExcelApplication.Create(FileFormat)

ExcelApplication.Create(FileFormat)

Descript= ion

=20

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

=20
C#
=20
public virtual Workbook Create(FileFormat format)
=20
=20
vb.net
=20
Public Overridable Function Create(ByVal format As FileFormat) As Workbook
=20
=20

Parameters

= =20
format
The=20 file= format to use for the workbook.=20

Returns

A=20 Workbook object rep= resenting the created workbook.=20

Remarks

For mor= e information about the differences between the file formats, see=20 Exce= lApplication.FileFormat=20

Examples

=20
C#
=20
Workbook wb =3D xla.Create(ExcelApplication.FileFormat.Xlsx);
=20
=20
vb.net
=20
Dim wb As Workbook =3D xla.Create(ExcelApplication.FileFormat.Xlsx)
=20
------=_Part_8890_13614525.1711666957234--