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!

1
Vote
Enable the ability to unprotect password-protected sheets in Excel files upon import.


Details:

  • When importing an Excel file that contains password-protected sheets, users should be able to unprotect these sheets by providing the correct password.
  • The password should be securely transmitted from the client to the server, where it is validated against the opened Excel file.
  • The server should efficiently manage the opened Excel file and password validation process to ensure seamless and secure functionality.


Expected Behavior:

  • Upon importing a password-protected Excel file, users are prompted to enter a password to unprotect the sheet(s).

  • If the correct password is entered, the sheet is successfully unprotected.

  • Password validation is performed securely and accurately on the server side to maintain data integrity and security.