Click or drag to resize

XLSDocumentOpen Method (String, Boolean)

Open a Open Document Format file

Namespace:  SIC.OpenDocumentFormat.XLS
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public SpreadsheetDocument Open(
	string pFile,
	bool pEdit = true
)

Parameters

pFile
Type: SystemString
XLS document file name to open
pEdit (Optional)
Type: SystemBoolean
Edit possible (default editable)

Return Value

Type: SpreadsheetDocument
Gives a SpreadsheetDocument object
See Also