[]
Exposes extension methods to export an instance of FlexGrid in excel format.
public static class Extensions
Name | Description |
---|---|
LoadExcel(FlexGrid, Stream) | Loads Excel data from |
LoadExcel(FlexGrid, Stream, ExcelFileFormat, string, LoadExcelOptions) | Loads Excel data from |
LoadExcel(FlexGrid, Stream, LoadExcelOptions) | Loads Excel data from |
LoadExcel(FlexGrid, Stream, string) | Loads Excel data from |
LoadExcel(FlexGrid, Stream, string, LoadExcelOptions) | Loads Excel data from |
LoadExcel(FlexGrid, string) | Loads data from an Excel file into the specified grid synchronously. |
LoadExcel(FlexGrid, string, ExcelFileFormat, string, LoadExcelOptions) | Loads data from an Excel file into the specified grid synchronously. |
LoadExcel(FlexGrid, string, LoadExcelOptions) | Loads data from an Excel file into the specified grid synchronously. |
LoadExcel(FlexGrid, string, string) | Loads data from an Excel file into the specified grid synchronously. |
LoadExcel(FlexGrid, string, string, LoadExcelOptions) | Loads data from an Excel file into the specified grid synchronously. |
LoadExcelAsync(FlexGrid, string) | Loads data from an Excel file into the specified grid asynchronously. |
LoadExcelAsync(FlexGrid, string, ExcelFileFormat, string, LoadExcelOptions, CancellationToken) | Loads data from an Excel file into the specified grid asynchronously. |
LoadExcelAsync(FlexGrid, string, LoadExcelOptions) | Loads data from an Excel file into the specified grid asynchronously. |
LoadExcelAsync(FlexGrid, string, string) | Loads data from an Excel file into the specified grid asynchronously. |
LoadExcelAsync(FlexGrid, string, string, LoadExcelOptions) | Loads data from an Excel file into the specified grid asynchronously. |
SaveAsync(FlexGrid, Stream, string, SaveFileFormat, GridRowColRanges, GridRowColRanges, GridHeadersVisibility, bool, bool, bool, PrinterSettings) | Saves the contents of the grid in a desired format using GcExcel |
SaveAsync(FlexGrid, string, string, SaveFileFormat, GridRowColRanges, GridRowColRanges, GridHeadersVisibility, bool, bool, bool, PrinterSettings) | Saves the contents of the grid in a desired format using GcExcel |