On Fri, 12 Oct 2007, [EMAIL PROTECTED] wrote:
For a proof-of-concept, I needed to change chart titles that are formatted. I found that when chart titles are formatted, there is an additional record type (id=0x1050) that describes the formatting runs. It's a variable length record with the first short containing the number of format runs and the remainder being sets of 2 shorts with pairs of starting position and font index number.

It'd be great to include this in POI. What we'd need is:
* The class(es)
* A sample spreadsheet that includes one of these records
* A quick unit test that opens up the sample file, reads out the correct
   original info, makes a change to it, and checks that things get
   serialised out correctly

If you do have a chance to write this, just open a new bug in bugzilla with [patch] in the title, and upload these. Someone can then review and commit them

Cheers
Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to