1
I am mounting an Excel file where I Gero an array of bytes and the UI downloads the file in xlsx format, I need to open this file with password to perform edits, there is a way to do this right in the array of bytes ?
1
I am mounting an Excel file where I Gero an array of bytes and the UI downloads the file in xlsx format, I need to open this file with password to perform edits, there is a way to do this right in the array of bytes ?
Browser other questions tagged c# .net excel password
You are not signed in. Login or sign up in order to post.
Post your code, not understood a thing, you want to create a password protected file or want to open a?
– Leandro Angelo
@Leandroangelo I want to create a password protected file, I need to be able to open this file but I can’t let the user edit this file. the only code I have is the code that downloads Bytearray in xls format
– Gabriel Rodrigues
https://stackoverflow.com/a/37232899/4713574
– Rovann Linhalis
Following the @Rovannlinhalis recommendation, remember that you need to have Office installed on the machine where the application is running.
– Leandro Angelo