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 a Sheet based on its markup and component models.
- Author:
- Pedro Santos
|
Method Summary |
org.apache.poi.ss.usermodel.Sheet |
getSheet()
|
void |
parse(Component tableComponent)
Parse the grid component to a Sheet object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableParser
public TableParser(org.apache.poi.ss.usermodel.Sheet sheet,
CellExporter cellExporter)
parse
public void parse(Component tableComponent)
throws IOException,
ResourceStreamNotFoundException,
ParseException
- Parse the grid component to a
Sheet object
- Parameters:
workbook -
- Throws:
IOException
ResourceStreamNotFoundException
ParseException
getSheet
public org.apache.poi.ss.usermodel.Sheet getSheet()
Copyright © 2013. All Rights Reserved.