Issue #1204 - recognize case insensitive properties. #1205
No reviewers
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#1205
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
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?
As described in depth within issue #1204 - the function
html_to_sheet
only looks for a case-sensitivetag.colspan
. PR aims setcolspan
property as lowercase duringparsexmltag
function to ensure property attributes are not set toobject
as uppercase.Please let me know if there's any question! Thanks
The tests are failing because some of the actual checks in the code are case sensitive. There are two ways to proceed:
go back and make every check case insensitive.
expose both the case-sensitive and case-insensitive attributes:
thanks for the input! - I apologize for the confusion on the build and not seeing the tests failed ahead of time. :)
We also applied that to the bits file and pushed a commit attributed to you. Thank you very much for reporting!
P.S.: if you link the email from the commit to your github account, it will show you as a contributor
Pull request closed