Keep formula inside a cell from the input excel file after genarte the output xls file #300
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#300
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
My input xls file contain a formula inside the D1 cell. (SUM of B1 and C1).
After generate the output xls file with js-xlsx library, my formula is lost.
Is there a way to keep my formul ?
Thanks a lot for your help.
+1
Same issue here
This works for me mcsf@d439645
+1
We updated the write test with an example