Click or drag to resize

XLSDocumentOpen Method (String, String, String, 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,
	string pFTPPfad,
	string pUsername,
	string pPassword,
	bool pEdit = true
)

Parameters

pFile
Type: SystemString
XLS document file name to open
pFTPPfad
Type: SystemString
FTP server path
pUsername
Type: SystemString
FTP server user name
pPassword
Type: SystemString
FTP server password
pEdit (Optional)
Type: SystemBoolean
Edit possible (default editable)

Return Value

Type: SpreadsheetDocument
Gives a SpreadsheetDocument object
See Also