python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ExcelJS protect workbook
I want to create a new excel file that do not allow user open it and delete a worksheet. I 've read the ExcelJS document https://www.npmjs.com/package/exceljs but only see Sheet Protection and Cell Pr...

Nguyễn Ngọc Hải
Votes: 0
Answers: 0
xlsx error : Removed Records: Document Theme from /xl/workbook.xml part (Workbook)
I have a node app where I'm fetching an excel file from an s3 bucket, and converting the buffer to excel file using the exceljs node library. When I try to open the converted xlsx file, I get a pop-up...

Sai Krishna
Votes: 0
Answers: 1
ERR Error: End of data reached (data length = 0, asked index = 4). Corrupted zip?
im making a whatsapp bot, im saving the chats in a excel file (im using exceljs) to read and handle some responses, i prefer to use promises and resolve them, i have a function to read chats:
const re...
Unknown GamerVazMaster ツ
Votes: 0
Answers: 2
fillFormula Issue using Exceljs
I am using this code
worksheet.fillFormula('L2:L8', '=G2*O2', (row, col) => cellfielddata);
But this code show only last cell value in all of cell
I want export Excel file and fill the formula wi...

vinay kumar Rajput
Votes: 0
Answers: 0