public class TableParser extends Object
Sheet based on its markup and component models.| Modifier and Type | Class and Description |
|---|---|
static class |
TableParser.OutputPathBehavior
Set the page relative path in tag.
|
| Constructor and Description |
|---|
TableParser(org.apache.poi.ss.usermodel.Sheet sheet,
CellExporter cellExporter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.Sheet |
getSheet() |
void |
parse(Component tableComponent)
Parse the grid component to a
Sheet object |
public TableParser(org.apache.poi.ss.usermodel.Sheet sheet,
CellExporter cellExporter)
public void parse(Component tableComponent) throws IOException, ResourceStreamNotFoundException, ParseException
Sheet objecttableComponent - IOExceptionResourceStreamNotFoundExceptionParseExceptionpublic org.apache.poi.ss.usermodel.Sheet getSheet()
Copyright © 2019. All rights reserved.