ExcelDataReader v3.7.0-develop00310 Release Notes

Release Date: 2020-08-09 // over 3 years ago
  • Highlights in ExcelDataReader 3.7.0-develop00310 since ExcelDataReader 3.7.0-develop00306:

    • ๐Ÿ†• New GetCellError() method returns error enum for a cell
    • ๐Ÿ›  Bugfix: Fixed reading XLS on Unity in some timezones
    • ๐Ÿ›  Bugfix: Fixed "Bad SST format" exception in certain XLS (partial regression since 3.2.0)

Previous changes from v3.7.0-develop00306

  • Highlights in ExcelDataReader 3.7.0-develop00306 since 3.6.0:

    • ๐Ÿ‘Œ Support for XLSB format
    • ๐Ÿ†• New GetCellStyle method returns indent, horizontal alignment, hidden, locked for a cell
    • ๐Ÿ›  Bugfix: Fixed reading certain password protected XLS using 40bit keys
    • ๐Ÿ›  Bugfix: Fixed reading XLS with duplicate FORMAT records
    • ๐Ÿ›  Bugfix: Fixed reading XLS with multiple workbook streams
    • ๐Ÿ›  Bugfix: Fixed reading XLS strings with font encoding
    • ๐ŸŽ Performance improvements