That sounds handy. There's already quite a bit of record level code in
HSSF, it's just the high level code to create / modify / delete them
that we lack, plus probably a few of the records. If someone was to have
time to work on it, I'd suggest shuffling quite a bit of this stuff out
of hssf, and into something like dgrf (Dreadful GRaphing Format), then
expand it there for hssf+hslf
We already have some chart records org.apache.poi.hssf.record;
I would suggest keeping them in a sub-package, for example, in
org.apache.poi.hssf.record.graph.
A good start would be implementing all of the graph records. Then it should be possible to assemble/disassemble charts
and, I hope, create new ones.
Yegor
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]