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


Josh Micich <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |




--- Comment #14 from Josh Micich <[EMAIL PROTECTED]>  2008-05-02 16:25:35 PST 
---
(In reply to comment #13)
> What is the Grbit responsible for and is there anyway to fix it with out
> opening it in open office? That seems to cause other issues for me.  Can i 
> open
> the file in a hex editor and fix it?  
> 

For constant values, the grbit field specifies the type.  16=>Error code.

I tripped over grbit==16 while fixing bug 44792. Somehow I found value 10h
described on pages 64-65 of Excel97-2007BinaryFileFormat(xls)Specification.pdf
(note - ptgArray is described on pages 304-305 but the grbit values there are
deficient).

A simple solution to this bug might be for
ArrayPtg.readTokenValues(RecordInputStream) to call
ConstantValueParser.parse(RecordInputStream, int).


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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