ExcelDataReader v3.3.0 Release Notes

Release Date: 2017-11-24 // over 6 years ago
  • Highlights in ExcelDataReader 3.3.0 since 3.2.0:

    • 💥 Support for TimeSpan values. GetValue() returns values of type TimeSpan when the number format contains duration formatting tokens [hh], [mm], or [ss]. This is a breaking change for users who attempted to work around the broken DateTime-based durations before
    • 🆕 New IExcelDataReader.GetNumberFormatString() method returns the number format string for a value
    • 👌 Improved performance of Reset() and AsDataSet() methods to compensate for slowness introduced by an XLSX compatibility fix in 3.2.0
    • 🛠 Bugfix: Fixed problems reading certain XLS where unfortunately aligned SST contents caused an exception. Regression since 3.2.0
    • 🛠 Bugfix: Missing password throws InvalidPasswordException instead of NullReferenceException
    • 🛠 Bugfix: Fixed opening XLSX encrypted with the default Excel password