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
)
Public Function Open (
pFile As String,
Optional pEdit As Boolean = true
) As SpreadsheetDocument
Parameters
- pFile
- Type: SystemString
XLS document file name to open - pEdit (Optional)
- Type: SystemBoolean
Edit possible (default editable)
Return Value
Type:
SpreadsheetDocumentGives a SpreadsheetDocument object
See Also