diff options
Diffstat (limited to 'src/java')
-rwxr-xr-x | src/java/org/apache/poi/hssf/eventmodel/package.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/hssf/eventmodel/package.html b/src/java/org/apache/poi/hssf/eventmodel/package.html new file mode 100755 index 0000000000..5a2ecf39ee --- /dev/null +++ b/src/java/org/apache/poi/hssf/eventmodel/package.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +HSSF eventmodel Package provides an event-based API for reading HSSF files. + +<h2>Related Documentation</h2> +The event model can reald XLS files with a very small memory footprint. For +writing you still have to use the usermodel. The eventmodel is to the usermodel +what SAX is to DOM. + +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.usermodel +@see org.apache.poi.hssf.record +</body> +</html> |