Export excel with formulas is not working #549
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#549
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?
I am trying to export excel with formulas, my code runs in chrome.
I use the f option in cell object in order to create excel formulas. the rest of the code is based on the writexlsx demo (http://sheetjs.com/demos/writexlsx.html).
There is no error or anything, the excel is just exported with the cell empty instead of formulas.
Here is the code:
#307
Refer this pull request. One of the functions inside the library needs to be changed. If you're running off a local copy of this library, you can directly make changes to the function and run.
We updated the write test with an example