Open
Description
It would be useful for methods like ExcelReaderFactory.CreateReader to document the possible exceptions that can be thrown.
For example, we had a corrupted .xlsx file that threw a System.IO.InvalidDataException, which surprisingly does not derive from IOException.
Activity