mirror of https://github.com/apache/poi.git
Some notes on the currently unimplemented records
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b05f68f83
commit
29a824a013
|
@ -1395,6 +1395,19 @@
|
|||
[SINDEX]
|
||||
[EOF]
|
||||
</source>
|
||||
<p>
|
||||
Just a quick note on some of the unknown records:
|
||||
</p>
|
||||
<ul>
|
||||
<li>EC: MSODRAWING - A Microsoft drawing record. (Need to
|
||||
track down where this is documented).</li>
|
||||
<li>5D: OBJ: Description of a drawing object. (This is going to
|
||||
be a PITA to implement).</li>
|
||||
<li>33: Not documented. :-(</li>
|
||||
<li>105f: Not documented. :-(</li>
|
||||
<li>104f: POS: Position record (should be able to safely leave this out).</li>
|
||||
<li>1022: CHARTFORMATLINK: Can be left out.</li>
|
||||
</ul>
|
||||
<p>
|
||||
It is currently suspected that many of those records could be
|
||||
left out when generating a bar chart from scratch. The way
|
||||
|
|
Loading…
Reference in New Issue