ExcelDataReader v3.7.0-develop00310 Release Notes

Release Date: 2020-08-09 // over 4 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