add icv{Top|Bottom|Left|Right} #414
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#414
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?
add icvTop, icvBottom, icvLeft, icvRight for border position
Based on the relevant sections 2.5.20 CellXF and 2.5.246 StyleXF, I believe the icvLeft calculation is incorrect -- it should be
(b >> 16) & 0x7F
.We're going to fill out that entire section in the next release
Pull request closed