Export2Excel.js get TH cell #576
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#576
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?
http://sheetjs.com/demos/table.html
http://sheetjs.com/demos/Export2Excel.js
@axolo It's technically not invalid to have both
td
andth
in the same row:That whole thing needs to be changed. It probably should loop through all of the elements (e.g.
getElementsByTagName('*')
works in IE6+) and check for td or th tagsSince we will be needing similar functionality in the future for better processing HTML-as-XLS files, we will be folding the logic into the main library as a utility function
table_to_sheet
. Stay tuned.