mirror of https://github.com/apache/poi.git
package docs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0d890710a
commit
ce0adeffe7
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
record aggregates are not real "records" but collections of records that act as a single record.
|
||||
This is an optimization basically.
|
||||
|
||||
<h2>Related Documentation</h2>
|
||||
|
||||
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
||||
<ul>
|
||||
<li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
|
||||
</ul>
|
||||
|
||||
<!-- Put @see and @since tags down here. -->
|
||||
@see org.apache.poi.hssf.eventmodel
|
||||
@see org.apache.poi.hssf.record.RecordFactory
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue