How to use formula in sheet_to_html ? #3110
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#3110
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'm using the visual excel editor x-data-spreasheets into my app for the moment.
I've been able to use xtos with sheet_to_html right now to display saved data from the db.
The issue I'm encountering is with formula, I would like in case a formula is present into the html table row, the formula and his related calculation be applied.
Here is my code :
I was thinking to override the method sheet_to_html, but in other to achieve what it is the method i can use ?