Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EdxSpreadSheetReaderError Class

The exception class for internal data load errors.

#Declaration

Delphi
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.

See Also