- Support Row.GetValue("column") and handle of out-of-range column indexes explicitly - fsprojects#27
- HasHeaders type provider parameter - fsprojects#26
- BREAKING CHANGE: Update handling of parameters - fsprojects#25
- Using ProjectScaffold infrastructure
- Allow range parameter to take a sheet name - fsprojects#18
- BUGFIX: Case insensitive ends with on EndsWith - fsprojects#21
- Added unique property name generator for duplicated columns - fsprojects#13
- Added support to multiline column names - fsprojects#20
- Fixing handling of blank cells. Blank cells are treated as the default value for the inferred column type.
- Upgrading to the latest version of the ExcelDataReader library (2.1.2.3)
- Include nuget package dependencies
- Upgrading to the latest version of the ExcelDataReader library.
- Handling loading higher version of ICSharpCode.SharpZipLib.
- Defaulting to the first sheet in the spreadsheet if a sheet is not specifically indicated.
- Using a Row type, with a ToString() method
- Initial release of ExcelProvider