From 847d8023ecbd9be6a0579a0f739a0f43b2230f12 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Thu, 20 Jun 2002 12:50:42 +0000 Subject: [PATCH] An 'alternative' that does csv for you. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352711 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/hssf/alternatives.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/documentation/xdocs/hssf/alternatives.xml b/src/documentation/xdocs/hssf/alternatives.xml index 5eb390e028..a4c4695c8e 100644 --- a/src/documentation/xdocs/hssf/alternatives.xml +++ b/src/documentation/xdocs/hssf/alternatives.xml @@ -86,6 +86,19 @@ specific cells, ranges of cells, etc. + + Coldtags Excel Tag Library + http://www.servletsuite.com/servlets/exceltag.htm + + This library outputs a simple CSV file, in which cells can + contain numbers or text. You could output a CSV file without its + help, but it gives a little more readability/structure to the code, and + could be extended to handle more complexity. When + you invoke one of these JSP pages from your browser, you open up an Excel + spreadsheet. There's no formatting, worksheets, or anything fancy like that. + So it's not strictly a competitor but it does the job. + + -- 2.39.5