Package org.wicketstuff.poi.excel
Class TableParser
- java.lang.Object
-
- org.wicketstuff.poi.excel.TableParser
-
public class TableParser extends Object
Parse a Wicket component and generates aSheetbased on its markup and component models.- Author:
- Pedro Santos
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableParser.OutputPathBehaviorSet the page relative path in tag.
-
Constructor Summary
Constructors Constructor Description TableParser(org.apache.poi.ss.usermodel.Sheet sheet, CellExporter cellExporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.usermodel.SheetgetSheet()voidparse(Component tableComponent)Parse the grid component to aSheetobject
-
-
-
Constructor Detail
-
TableParser
public TableParser(org.apache.poi.ss.usermodel.Sheet sheet, CellExporter cellExporter)
-
-
Method Detail
-
parse
public void parse(Component tableComponent) throws IOException, ResourceStreamNotFoundException, ParseException
Parse the grid component to aSheetobject- Parameters:
tableComponent-- Throws:
IOExceptionResourceStreamNotFoundExceptionParseException
-
getSheet
public org.apache.poi.ss.usermodel.Sheet getSheet()
-
-