mirror of https://github.com/apache/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
This commit is contained in:
parent
41b2ae099b
commit
847d8023ec
|
@ -86,6 +86,19 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in New Issue