diff options
author | hq <hq@FreeBSD.org> | 2005-05-26 00:33:57 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-05-26 00:33:57 +0800 |
commit | 6242b1080764777969f6fdcb0fb46c969a4ac26b (patch) | |
tree | 4469104dd380126d5a282135f7d9414ca711cec7 /textproc/Makefile | |
parent | e1db04d6bbb0d8ee0d4d86cf99c6c5cc16aaa28e (diff) | |
download | freebsd-ports-gnome-6242b1080764777969f6fdcb0fb46c969a4ac26b.tar.gz freebsd-ports-gnome-6242b1080764777969f6fdcb0fb46c969a4ac26b.tar.zst freebsd-ports-gnome-6242b1080764777969f6fdcb0fb46c969a4ac26b.zip |
The POI project consists of APIs for manipulating various file formats based
upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you
can read and write MS Excel files using Java. Soon, you'll be able to read and
write Word files using Java. POI is your Java Excel solution as well as your
Word Excel solution. However, we have a complete API for porting other OLE 2
Compound Document formats and welcome others to participate.
WWW: http://jakarta.apache.org/poi/
PR: 78327
Submitted by: Anton Yudin <toha@toha.org.ua>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c4ae8a2c6d3d..2449f24b4cd2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -185,6 +185,7 @@ SUBDIR += it-aspell SUBDIR += jade SUBDIR += jakarta-commons-digester + SUBDIR += jakarta-poi SUBDIR += java2html SUBDIR += javacc SUBDIR += jaxup |