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 Equals(Object) Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (inherited from Object).
Protected method Finalize Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird. (inherited from Object).
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 GetHashCode Fungiert als die Standardhashfunktion. (inherited from Object).
Public method GetType Ruft den Type der aktuellen Instanz ab. (inherited from Object).
Public method GetWorksheetIndexFromName(string) /// Retrieves the index for given worksheet name ///
Protected method MemberwiseClone Erstellt eine flache Kopie des aktuellen Object. (inherited from Object).
Public method Read(int, int) /// Read a sheet by sheet number ///
Public method Read(string, int) /// Read a sheet by sheet name ///
Public method ToString Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (inherited from Object).
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