Formula cell values are empty when using sheet_to_json. #3218
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#3218
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 uploading an Excel file and attempting to retrieve all cell values in JSON format.
I have a cell with a formula like =G1+H1, but when I try to parse the sheet using sheet_to_json, the formula cell returns an empty value in the resulting array.
Excel:

XLSX.read
pulls the cached values in the file.Third-party writers can omit the cached values when writing to XLSX. Typically they set a flag that instructs Excel to recalculate the workbook when it is opened.
As part of the SheetJS Pro compendium we offer a custom implementation of a spreadsheet calculation engine. This is currently out of scope of the file processing libraries.