added package docs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7182f61c9a
commit
29ae96700a
20
src/java/org/apache/poi/hssf/record/formula/package.html
Executable file
20
src/java/org/apache/poi/hssf/record/formula/package.html
Executable file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
formula package contains binary PTG structures used in Formulas (not yet supported!)
|
||||
|
||||
<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.record
|
||||
@see org.apache.poi.hssf.record.FormulaRecord
|
||||
</body>
|
||||
</html>
|
21
src/java/org/apache/poi/hssf/record/package.html
Executable file
21
src/java/org/apache/poi/hssf/record/package.html
Executable file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
Record package contains class representations for XLS binary strutures. Its very
|
||||
low level.
|
||||
|
||||
<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>
|
20
src/java/org/apache/poi/hssf/usermodel/package.html
Executable file
20
src/java/org/apache/poi/hssf/usermodel/package.html
Executable file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
||||
|
||||
<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
|
||||
@see org.apache.poi.hssf.eventmodel
|
||||
</body>
|
||||
</html>
|
20
src/java/org/apache/poi/hssf/util/package.html
Executable file
20
src/java/org/apache/poi/hssf/util/package.html
Executable file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
util package contains tools needed for writing HSSF files that are not necesarily "real"
|
||||
HSSF concepts.
|
||||
|
||||
<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.usermodel
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user