Show / Hide Table of Contents

Class ExcelDataFile

Inheritance
System.Object
FileResource
ExcelDataFile
Inherited Members
FileResource.FileInfo
FileResource.Data
FileResource.DataSpan
FileResource.FileStream
FileResource.Reader
FileResource.FilePath
FileResource.SaveFile(String)
FileResource.GetFileHash()
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 Source

ExcelDataFile()

Declaration
public ExcelDataFile()

Properties

| Improve this Doc View Source

Header

Declaration
public ExcelDataHeader Header { get; protected set; }
Property Value
Type Description
ExcelDataHeader
| Improve this Doc View Source

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 Source

GetSpanForRow(UInt32)

Declaration
public Span<byte> GetSpanForRow(uint rowId)
Parameters
Type Name Description
System.UInt32 rowId
Returns
Type Description
System.Span<System.Byte>
| Improve this Doc View Source

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>
| Improve this Doc View Source

LoadFile()

Declaration
public override void LoadFile()
Overrides
FileResource.LoadFile()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX