| org.apache.cocoon.generation.AbstractGenerator org.apache.cocoon.generation.HSSFGenerator
HSSFGenerator | public class HSSFGenerator extends AbstractGenerator implements Configurable(Code) | | This generator generates - using Apache POI - a Gnumeric compliant XML
Document from a Microsoft Excel Workbook.
Sitemap Definition
<map:generator type="xls" src="org.apache.cocoon.generation.HSSFGenerator">
<uri>http://www.gnome.org/gnumeric/v7</uri>
<prefix>gmr</prefix>
<formatting>false</formatting>
</map:generator>
Sitemap Use
<map:generate type="xls" src="spreadsheet.xls"/>
You can set the parameter formatting to true
in order to receive not only the data but also the formatting information
of the workbook.
author: Patrick Herber version: $Id: HSSFGenerator.java 433543 2006-08-22 06:22:54Z crossley $ |
NAMESPACE_PREFIX | final public static String NAMESPACE_PREFIX(Code) | | |
inputSource | protected Source inputSource(Code) | | |
HSSFGenerator | public HSSFGenerator()(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
recycle | public void recycle()(Code) | | Recycle this component. All instance variables are set to
null .
|
|
|