We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I read in an xlsx file and then write it back out any unlocked cell will become locked.
Lib version: 3.8.2
Read and write an xlsx file.
Here is a before and after example, See E4 in the before and after. ExcelJS-FormattingLockedCellAndDatavalidation.xlsx ExcelJS-AFTER-FormattingLockedCellAndDatavalidation.xlsx
async load() { try { const wb = new ExcelJS.Workbook() await wb.xlsx.load(await this.file.arrayBuffer()) const out = await wb.xlsx.writeBuffer() this.download(out) } catch (e) { console.error(e) } }
Unlocked cells stay unlocked after reading and writing a file.
The text was updated successfully, but these errors were encountered:
fix issue exceljs#1206 exceljs#1205 Abnormality of and attributes
97f77f4
See PR #1210 .
Sorry, something went wrong.
Merge pull request #1210 from Alanscut/issue_1206
68e3eb2
fix issue #1206 #1205 Abnormality of and attributes
No branches or pull requests
🐛 Bug Report
If I read in an xlsx file and then write it back out any unlocked cell will become locked.
Lib version: 3.8.2
Steps To Reproduce
Read and write an xlsx file.
Here is a before and after example, See E4 in the before and after.
ExcelJS-FormattingLockedCellAndDatavalidation.xlsx
ExcelJS-AFTER-FormattingLockedCellAndDatavalidation.xlsx
The expected behaviour:
Unlocked cells stay unlocked after reading and writing a file.
The text was updated successfully, but these errors were encountered: