From: Glen Stampoultzis Date: Thu, 20 Jun 2002 12:50:42 +0000 (+0000) Subject: An 'alternative' that does csv for you. X-Git-Tag: REL_1_10~298 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=847d8023ecbd9be6a0579a0f739a0f43b2230f12;p=poi.git 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 --- 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. + +