MS Excel taglib ver. 1.3

    Custom JSP taglib. Lets you output data in MS Excel format. For example:
 


<%@ taglib uri="taglib.tld" prefix="ms" %>

<ms:Excel>
  <ms:cell>25</ms:cell>
  <ms:cell>57</ms:cell>
  <ms:cell>=sum(A1:B1)</ms:cell>
  <ms:row/>
  <ms:cell>Oct 15</ms:cell>
  ...
</ms:Excel>

Tags are:

Excel

Body tag. Outputs data in MS Excel format. Parameters are: none

cell

Body tag. Outputs one cell. Parameters are: none

row

Marks new row. Parameters are: none

for downloading:

Library: exceltag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.