Closed WorkingRobot closed 3 weeks ago
I think the only thing still missing is a way to get rows from RawExcelSheet
(which you get from calling GameData.Excel.GetRawSheet()
).
I think the only thing still missing is a way to get rows from
RawExcelSheet
(which you get from callingGameData.Excel.GetRawSheet()
).
ExcelSheetnew ExcelSheet<RawRow>(rawSheet).GetRow(...)
. Ideally, if you only want to work with raw rows/subrows, use ExcelModule.GetSheet<RawRow/RawSubrow>(lang, name)
explicitly.
I PR'd the suggestions to your fork instead, because the suggestions here didn't include
using
directives: