Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

Update ExcelFile.as#20

Open
rad3 wants to merge 1 commit into
djw:masterfrom
rad3:master
Open

Update ExcelFile.as#20
rad3 wants to merge 1 commit into
djw:masterfrom
rad3:master

Conversation

@rad3
Copy link
Copy Markdown

@rad3 rad3 commented Aug 18, 2014

We found a problem when reading the value 0.015 from an Excel file. It was read as 0.02 (whereas 0.016 was read correctly, as was 0.01501). The function readRK() was not masking bits 30 & 31 (RK format has only 30 significant bits) and was also rounding when dividing by 100.

Also see https://code.google.com/p/as3xls/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=64

We found a problem when reading the value 0.015 from an Excel file. It was read as 0.02 (whereas 0.016 was read correctly, as was 0.01501). The function readRK() was not masking bits 30 & 31 (RK format has only 30 significant bits) and was also rounding when dividing by 100.

Also see https://code.google.com/p/as3xls/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=64
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant