C# Class ExcelToolKit.BinaryFormat.XlsBiffSST

Represents a Shared String Table in BIFF8 format
Inheritance: XlsBiffRecord
ファイルを表示 Open project: fanfeilong/exceltk

Public Methods

Method 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

Method Description
XlsBiffSST ( byte bytes, uint offset, ExcelBinaryReader reader ) : System

Method Details

Append() public method

Appends Continue record to SST
public Append ( XlsBiffContinue fragment ) : void
fragment XlsBiffContinue Continue record
return void

GetString() public method

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

ReadStrings() public method

Reads strings from BIFF stream into SST array
public ReadStrings ( ) : void
return void