diff options
Diffstat (limited to 'src/java/org/apache/poi/poifs')
-rwxr-xr-x | src/java/org/apache/poi/poifs/package.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/package.html b/src/java/org/apache/poi/poifs/package.html new file mode 100755 index 0000000000..7e32376d53 --- /dev/null +++ b/src/java/org/apache/poi/poifs/package.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +Poor Obfuscation Implementation FileSystem APIs implement the OLE 2 Compound Document format in +pure Java. All POI subprojects are based upon this API. + +<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.hpsf +</body> +</html> |