]> source.dussan.org Git - poi.git/commitdiff
An 'alternative' that does csv for you.
authorGlen Stampoultzis <glens@apache.org>
Thu, 20 Jun 2002 12:50:42 +0000 (12:50 +0000)
committerGlen Stampoultzis <glens@apache.org>
Thu, 20 Jun 2002 12:50:42 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352711 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/hssf/alternatives.xml

index 5eb390e02897fecffb9910a9edbe113ee81b91d2..a4c4695c8ee3fe45604030dff1b1283c8184d82e 100644 (file)
                         specific cells, ranges of cells, etc.
                     </td>
                 </tr>
+                <tr>
+                    <td>Coldtags Excel Tag Library</td>
+                    <td><link href="http://www.servletsuite.com/servlets/exceltag.htm">http://www.servletsuite.com/servlets/exceltag.htm</link></td>
+                    <td>
+                        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.
+                    </td>
+                </tr>
             </table>
         </section>
     </body>