Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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!

1
Vote

While saving an problematic excel file, if any exception occurs need to throw the proper exception details to the client side to know where the issue exactly occurs.

For example, if an exception occurs while processing the named ranges on saving the file, then we need to send the proper exception details to the client-side like "Not able to process the named range" along with the named range details.

Below attached the exception throws JSON with client side sample,

Sample link: Sample link

Run the above sample by connecting with the local service and try to save the Spreadsheet data as excel and the below exception will occur,

Empty


And the exception was not clear to find why the exception occurs. And we need to send the exception details like the below screenshot,

Empty