EdxSpreadSheetReaderError Class
The exception class for internal data load errors.
Declaration
EdxSpreadSheetReaderError = class(
EdxSpreadSheetFormatError
)
Remarks
This exception occurs if a loaded spreadsheet document is corrupted or uses an unsupported encryption algorithm. In the former or the latter case, the EdxSpreadSheetReaderError exception displays the corresponding error message stored as the sdxErrorInternal or sdxUnsupportedEncryption resource string, respectively.
Inheritance
TObject
Exception
EdxException
EdxSpreadSheetError
EdxSpreadSheetFormatError
EdxSpreadSheetReaderError
See Also