Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Description:

While importing the corrupted excel file, currently we will show the "Unsupported file" dialog, like below,

Empty


 And, we need to send the exception details from the server side and receive the details in a callback function and show it in a client side sample.

For example, if the excel file throws the exception while opening in a server, we need to send the details of the exception like "Length cannot be less than zero. (Parameter 'length')" from the server and receive the details in a callback event like openFailure in the client side and show the exception details.