Class ExcelDataFile
Inherited Members
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.Data.Files.Excel
Assembly: Lumina.dll
Syntax
public class ExcelDataFile : FileResource
Constructors
| Improve this Doc View SourceExcelDataFile()
Declaration
public ExcelDataFile()
Properties
| Improve this Doc View SourceHeader
Declaration
public ExcelDataHeader Header { get; protected set; }
Property Value
Type | Description |
---|---|
ExcelDataHeader |
RowData
Declaration
public Dictionary<uint, ExcelDataOffset> RowData { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, ExcelDataOffset> |
Methods
| Improve this Doc View SourceGetSpanForRow(UInt32)
Declaration
public Span<byte> GetSpanForRow(uint rowId)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | rowId |
Returns
Type | Description |
---|---|
System.Span<System.Byte> |
GetSpanForRow(UInt32, UInt32)
Declaration
public Span<byte> GetSpanForRow(uint rowId, uint subrowId)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | rowId | |
System.UInt32 | subrowId |
Returns
Type | Description |
---|---|
System.Span<System.Byte> |
LoadFile()
Declaration
public override void LoadFile()