public class SheetEvent
extends java.lang.Object
SheetEvent represents data associated with a "sheet
processed" event. It contains a reference to the Sheet that
was processed and the Map of bean names and values used to process
it.| Constructor | Description |
|---|---|
SheetEvent(org.apache.poi.ss.usermodel.Sheet sheet,
java.util.Map<java.lang.String,java.lang.Object> beans) |
Creates a
SheetEvent. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBeans() |
Returns the
Map of bean names and values that was used to
process the Sheet. |
org.apache.poi.ss.usermodel.Sheet |
getSheet() |
Returns the
Sheet that was processed. |
public SheetEvent(org.apache.poi.ss.usermodel.Sheet sheet,
java.util.Map<java.lang.String,java.lang.Object> beans)
SheetEvent.sheet - The Sheet that was processed.beans - The Map of bean names and values that was used
to process cell.public org.apache.poi.ss.usermodel.Sheet getSheet()
Sheet that was processed.Sheet that was processed.public java.util.Map<java.lang.String,java.lang.Object> getBeans()
Map of bean names and values that was used to
process the Sheet.Map of bean names and values.Copyright © 2012–2018 Jett Team. All rights reserved.