简体   繁体   中英

How to export password protected Excel file from html in javascripts

I am able to export Excel file from html table using JavaScript in my ASP.NET MVC project. Now I want excel file will be password protected. Can I do this using javaScripts or C#.

This can be done using the password property of the workbook object.
See this, Implementing Password Security on Excel Workbooks Using Visual Studio .NET .
You will need to do a translation from the vb.net code to C#.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM