LoadExcel(FlexGrid,String,ExcelFileFormat,String,LoadExcelOptions) Method
In This Topic
Loads data from an Excel file into the specified grid synchronously.
Syntax
Parameters
- grid
- Instance of the FlexGrid to load the data into.
- fileName
- The path to the Excel file.
- fileFormat
- A ExcelFileFormat file format.
- sheetName
- The name of the Excel sheet to load. If null, the first sheet will be loaded by default.
- options
- A LoadExcelOptions loading options.
Exceptions
Exception | Description |
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
See Also