You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emphasize that ExcelDatabaseFileGeneric() is the class to use when reading spreadsheets. Since ExcelDatabaseFileBase() is a base class for creating specific spreadsheet support, de-emphasize routine use of that in the docs. Also, describe how to subclass ExcelDatabaseFileBase() to create a new handler.
The text was updated successfully, but these errors were encountered:
Emphasize that
ExcelDatabaseFileGeneric()
is the class to use when reading spreadsheets. SinceExcelDatabaseFileBase()
is a base class for creating specific spreadsheet support, de-emphasize routine use of that in the docs. Also, describe how to subclassExcelDatabaseFileBase()
to create a new handler.The text was updated successfully, but these errors were encountered: