Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Sheet |
Public Member Functions | |
ExcelData () | |
ExcelData (string _path, int _index) | |
ExcelData (string _path) | |
void | LoadBook () |
bool | IsModified () |
virtual void | BuildMap (string sheetName="_default") |
List< Dictionary< string, string > > | BuildList (string sheetName="_default") |
void | Override (Dictionary< string, SourceData > sources, bool canAddData=true) |
string | GetText (string id, string topic="text") |
Public Attributes | |
int | startIndex = 5 |
XSSFWorkbook | book |
IRow | rowIndex |
Dictionary< string, Sheet > | sheets = new Dictionary<string, Sheet>() |
string | path |
int | maxEmptyRows |
DateTime | lastModified |
Definition at line 10 of file ExcelData.cs.
|
inline |
Definition at line 33 of file ExcelData.cs.
|
inline |
Definition at line 37 of file ExcelData.cs.
References BuildMap(), path, and startIndex.
|
inline |
|
inline |
Definition at line 92 of file ExcelData.cs.
References book, ExcelData.Sheet.list, LoadBook(), maxEmptyRows, rowIndex, sheets, and startIndex.
Referenced by BuildMap(), Zone_SnowGrave.GenerateGrave(), Player.Flags.GetStoryExcelData(), DramaEventEndRoll.Init(), DramaManager.Load(), Zone_WindRest.OnGenerateMap(), and TraitStoryBook.OnRead().
|
inlinevirtual |
Reimplemented in TextConv.
Definition at line 77 of file ExcelData.cs.
References BuildList(), item, ExcelData.Sheet.map, and sheets.
Referenced by ExcelData(), Lang.GetDialog(), GetText(), and DramaCustomSequence.HasTopic().
|
inline |
Definition at line 209 of file ExcelData.cs.
References BuildMap(), and sheets.
Referenced by Religion.GetGodTalk().
|
inline |
Definition at line 72 of file ExcelData.cs.
References lastModified, and path.
Referenced by DramaManager.Load().
|
inline |
Definition at line 49 of file ExcelData.cs.
References book, Debug, lastModified, path, and sheets.
Referenced by BuildList(), and TextConv.BuildMap().
|
inline |
Definition at line 151 of file ExcelData.cs.
References book, Debug, ExcelIndex.GetIndex(), ExcelParser.GetString(), path, and startIndex.
XSSFWorkbook ExcelData.book |
Definition at line 21 of file ExcelData.cs.
Referenced by BuildList(), TextConv.BuildMap(), LoadBook(), and Override().
DateTime ExcelData.lastModified |
Definition at line 31 of file ExcelData.cs.
Referenced by IsModified(), and LoadBook().
int ExcelData.maxEmptyRows |
Definition at line 29 of file ExcelData.cs.
Referenced by BuildList().
string ExcelData.path |
Definition at line 27 of file ExcelData.cs.
Referenced by TextConv.BuildMap(), ExcelData(), IsModified(), LoadBook(), and Override().
IRow ExcelData.rowIndex |
Definition at line 23 of file ExcelData.cs.
Referenced by BuildList().
Definition at line 25 of file ExcelData.cs.
Referenced by BuildList(), BuildMap(), Lang.GetDialog(), GetText(), DramaCustomSequence.HasTopic(), LoadBook(), and TraitStoryBook.OnRead().
int ExcelData.startIndex = 5 |
Definition at line 19 of file ExcelData.cs.
Referenced by BuildList(), ExcelData(), and Override().