Spread for ASP.NET 12 Product Documentation
OpenExcel(Stream,String,String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > OpenExcel Method : OpenExcel(Stream,String,String) Method
Stream that contains an Excel Compound Storage file
Name of the sheet in the Spread component into which to load the Excel sheet
Name of the Excel sheet to load
Opens an Excel stream and loads the specified Excel sheet (by name) into this sheet of the Spread component (by name).
Syntax
'Declaration
 
Public Overloads Function OpenExcel( _
   ByVal stream As Stream, _
   ByVal spreadSheetName As String, _
   ByVal excelSheetName As String _
) As Boolean
'Usage
 
Dim instance As FpSpread
Dim stream As Stream
Dim spreadSheetName As String
Dim excelSheetName As String
Dim value As Boolean
 
value = instance.OpenExcel(stream, spreadSheetName, excelSheetName)
public bool OpenExcel( 
   Stream stream,
   string spreadSheetName,
   string excelSheetName
)

Parameters

stream
Stream that contains an Excel Compound Storage file
spreadSheetName
Name of the sheet in the Spread component into which to load the Excel sheet
excelSheetName
Name of the Excel sheet to load
See Also

Reference

FpSpread Class
FpSpread Members
Overload List