fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Fix some issues related to sheet name #93

Closed ingted closed 9 months ago

ingted commented 9 months ago
  1. Throw exception with invalid sheetname during designtime
  2. Schema should be always useful for any existed sheet specified during runtime (invalid type data would cause exception)
ingted commented 9 months ago

VS buildable but not FAKE. Let me close it first.