Show / Hide Table of Contents

Class ExcelSheet<T>

Inheritance
System.Object
ExcelSheetImpl
ExcelSheet<T>
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Inherited Members
ExcelSheetImpl.Name
ExcelSheetImpl.HeaderFile
ExcelSheetImpl.Header
ExcelSheetImpl.RowCount
ExcelSheetImpl.ColumnCount
ExcelSheetImpl.Variant
ExcelSheetImpl.DataPages
ExcelSheetImpl.Columns
ExcelSheetImpl.ColumnsByOffset
ExcelSheetImpl.DataPagination
ExcelSheetImpl.Languages
ExcelSheetImpl.RequestedLanguage
ExcelSheetImpl.GenerateFilePath(String, UInt32, Language)
ExcelSheetImpl.ProcessDataRow(Int64, MemoryStream, BinaryWriter, BinaryReader)
ExcelSheetImpl.ProcessDataEndianness(ExcelDataFile)
ExcelSheetImpl.GetPageForRow(UInt32)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lumina.Excel
Assembly: Lumina.dll
Syntax
public class ExcelSheet<T> : ExcelSheetImpl, IEnumerable<T>, IEnumerable where T : class, IExcelRow
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

ExcelSheet(ExcelHeaderFile, String, Language, Lumina)

Declaration
public ExcelSheet(ExcelHeaderFile headerFile, string name, Language requestedLanguage, Lumina lumina)
Parameters
Type Name Description
ExcelHeaderFile headerFile
System.String name
Language requestedLanguage
Lumina lumina

Methods

| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<T>
| Improve this Doc View Source

GetRow(UInt32)

Declaration
public T GetRow(uint row)
Parameters
Type Name Description
System.UInt32 row
Returns
Type Description
T
| Improve this Doc View Source

GetRow(UInt32, UInt32)

Declaration
public T GetRow(uint row, uint subRow)
Parameters
Type Name Description
System.UInt32 row
System.UInt32 subRow
Returns
Type Description
T
| Improve this Doc View Source

GetRows()

Declaration
[Obsolete("Use the ExcelSheet< T > enumerator or sheet.ToList()")]
public List<T> GetRows()
Returns
Type Description
System.Collections.Generic.List<T>

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX