sheet_add_dom issue #2427
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#2427
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,
Trying to use 'sheet_add_dom' in my angular project, but having problems with building.
The code work fine while running in browsersync, even if i have non critical error, but the build fail on this error.
The error is about the options of '
table_to_sheet
' utility function, whereas i'm using 'sheet_add_dom
' function !!!Any idea of what is going wrong ?
Thanks
The types need to be refreshed. In the interim, you can cast to
any
. We'd accept a PR with a fix: line 702 of the type def https://github.com/SheetJS/sheetjs/blob/master/types/index.d.ts#L702Thanks, but i'm kind of a noobs, can you explain what to cast where ?