'Declaration Public Overloads Function OpenExcel( _ ByVal stream As Stream, _ ByVal openFlags As ExcelOpenFlags, _ ByVal warningList As ExcelWarningList, _ ByVal password As String, _ ByVal isClearInputMapKey As Boolean _ ) As Boolean
'Usage Dim instance As FpSpread Dim stream As Stream Dim openFlags As ExcelOpenFlags Dim warningList As ExcelWarningList Dim password As String Dim isClearInputMapKey As Boolean Dim value As Boolean value = instance.OpenExcel(stream, openFlags, warningList, password, isClearInputMapKey)
public bool OpenExcel( Stream stream, ExcelOpenFlags openFlags, ExcelWarningList warningList, string password, bool isClearInputMapKey )
Parameters
- stream
- Stream
- openFlags
- Open flag
- warningList
- List of Excel warnings
- password
- File password
- isClearInputMapKey
- Clear current input map key