LightweightExcelReader
LightweightExcelReader copied to clipboard
[Feature Request] Please add `SheetNames` and populate them on first load
e.g.
public IReadOnlyList<string> SheetNames => _sheetnameLookup.Keys.ToList();
And