C# Class ExcelToolKit.BinaryFormat.XlsBiffSST

Represents a Shared String Table in BIFF8 format
Inheritance: XlsBiffRecord
Afficher le fichier Open project: fanfeilong/exceltk

Méthodes publiques

Méthode Description
Append ( XlsBiffContinue fragment ) : void

Appends Continue record to SST

GetString ( uint SSTIndex ) : string

Returns string at specified index

ReadStrings ( ) : void

Reads strings from BIFF stream into SST array

Private Methods

Méthode Description
XlsBiffSST ( byte bytes, uint offset, ExcelBinaryReader reader ) : System

Method Details

Append() public méthode

Appends Continue record to SST
public Append ( XlsBiffContinue fragment ) : void
fragment XlsBiffContinue Continue record
Résultat void

GetString() public méthode

Returns string at specified index
public GetString ( uint SSTIndex ) : string
SSTIndex uint Index of string to get
Résultat string

ReadStrings() public méthode

Reads strings from BIFF stream into SST array
public ReadStrings ( ) : void
Résultat void