HI All,
I just want to open excel file before reading the uploaded excel file, i am using xlsx.read javascript API to read uploaded excel file, before that i need to open the file because the file is being password protected, i have shared the both concepts read excel file and open excel file can anyone please let me know how to open the using xlsx.read
Excel Reader using Javascript:
- "file" id="fileUpload" />
- "button" id="upload" value="Upload" onclick="UploadProcess()" />
- "ExcelTable">
Open or Download Excel File using Javascript:
- "button" onclick="Upload()" value="Open File">
I just want to open or authenticate before read an excel file, kindly let me know if any solution for this, thanks in advance.
Sapna GirishPosted May 18, 2021, 8:06 AM