Click or drag to resize

XLSDocumentCreate Method

SIC Open Document Format XLSDocument method Create.

Create empty Excel document

Namespace:  SIC.OpenDocumentFormat.XLS
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public SpreadsheetDocument Create(
	string pFile
)

Parameters

pFile
Type: SystemString
XLS document file name to create

Return Value

Type: SpreadsheetDocument
Gives a SpreadsheetDocument object
See Also