FastExcel Methods

The following tables list the members exposed by the FastExcel type.

Methods
 
Name Description
Protected method Dispose(bool) /// Main disposal function ///
Public method Dispose() /// Saves any pending changes to the Excel stream and adds/updates associated files if needed ///
Public method GetCellByDefinedName(string, Nullable<Int32>) Returns cell by defined name If theres more than one, this is the first one.
Public method GetCellRangesByDefinedName(string, Nullable<Int32>) Retrieves ranges of cells by their defined name
Public method GetCellsByColumnName(string, int, Nullable<Int32>) Returns all cells in a column by name, within optional row range
Public method GetCellsByDefinedName(string, Nullable<Int32>) Gets all cells by defined name Like GetCellRangesByCellName, but just retreives all cells in a single list
Public method GetWorksheetIndexFromName(string) /// Retrieves the index for given worksheet name ///
Public method Read(int, int) /// Read a sheet by sheet number ///
Public method Read(string, int) /// Read a sheet by sheet name ///
Public method Update(Worksheet, int) /// Update the worksheet ///
Public method Update(Worksheet, string) /// Update the worksheet ///
Public method Write(DataTable, string) Write a excel from datatable
Public method Write(Worksheet) Write data to a sheet
Public method Write(Worksheet, int, int) Write data to a sheet
Public method Write(Worksheet, string, int) Write data to a sheet
Public method Write<T>(IEnumerable<T>, int, bool) Write a list of objects to a sheet
Public method Write<T>(IEnumerable<T>, int, int) Write a list of objects to a sheet
Public method Write<T>(IEnumerable<T>, string, bool) Write a list of objects to a sheet
Public method Write<T>(IEnumerable<T>, string, int) Write a list of objects to a sheet
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top

In this article

Definition