https://issues.apache.org/bugzilla/show_bug.cgi?id=40283

--- Comment #4 from Dominik Stadler <[email protected]> ---
Still happens with current poi 3.11-beta2/trunk, one difference in the
BiffViewer output seems to be the type of record for the number-value:

Originally it is a RKRecord

Offset=0x00001077(4215) recno=192 sid=0x027E size=0x000A(10)
[RK]
    .row    = 0x0001
    .col    = 0x0001
    .xfindex= 0x001E
  .value= 2.0
[/RK]

but POI only supports reading those and thus converts this to a 

Offset=0x0000105E(4190) recno=192 sid=0x0203 size=0x000E(14)
[NUMBER]
    .row    = 0x0001
    .col    = 0x0001
    .xfindex= 0x001E
  .value= 3
[/NUMBER]

Not sure if this is the culprit here, but it seems to be related as no other
big change is visible int he Biff-output

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to