ExcelDataReader v3.5.0 Release Notes

Release Date: 2019-03-01 // about 5 years ago
  • Highlights in ExcelDataReader 3.5.0 since 3.4.2:

    • ๐Ÿ†• New GetNumberFormatIndex() method returns the index of the built-in or custom number format in a cell
    • ๐Ÿ†• New GetColumnWidth() method returns the width of a column, or 0 if collapsed or hidden
    • ๐Ÿ†• New FilterSheet callback for AsDataSet
    • ๐Ÿ†• New LeaveOpen option leaves the stream open after the IExcelDataReader object is disposed
    • โšก๏ธ Optimized XLS row offset map internals
    • ๐Ÿ›  Bugfix: Improved support for number formats in BIFF2 XLS
    • ๐Ÿ›  Bugfix: Support XLS with non-standard headers, and/or mixed version BIFF records typically generated by third parties
    • ๐Ÿ›  Bugfix: XLS parser throws exceptions derived from ExcelReaderException upon errors
    • ๐Ÿ›  Bugfix: Handle XLSX zip files with backslash
    • Enabled SourceLink