add icv{Top|Bottom|Left|Right} #414

Closed
ronnywang wants to merge 0 commits from master into master
ronnywang commented 2016-05-17 12:18:38 +00:00 (Migrated from github.com)

add icvTop, icvBottom, icvLeft, icvRight for border position

add icvTop, icvBottom, icvLeft, icvRight for border position
SheetJSDev commented 2017-03-13 19:45:56 +00:00 (Migrated from github.com)

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

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

Sign in to join this conversation.
No description provided.