org.wicketstuff.poi.excel
Class TableParser

java.lang.Object
  extended by 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

Nested Class Summary
static class TableParser.OutputPathBehavior
          Set the page relative path in tag.
 
Constructor Summary
TableParser(org.apache.poi.ss.usermodel.Sheet sheet, CellExporter cellExporter)
           
 
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
 

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 a Sheet object

Parameters:
workbook -
Throws:
IOException
ResourceStreamNotFoundException
ParseException

getSheet

public org.apache.poi.ss.usermodel.Sheet getSheet()


Copyright © 2013. All Rights Reserved.