Press on the image to return to the main documentation page.
|
CellStyle As PoiCellStyle
CellType As Object
ColumnIndex As Int [read only]
IsInitialized As Boolean
TYPE_BLANK As Object
TYPE_BOOLEAN As Object
TYPE_ERROR As Object
TYPE_FORMULA As Object
TYPE_NUMERIC As Object
TYPE_STRING As Object
Value As Object [read only]
ValueBoolean As Boolean
ValueDate As Long
ValueFormula As String
ValueNumeric As Double
ValueString As String
CellStyle As PoiCellStyle
CellType As Object
ColumnIndex As Int [read only]
IsInitialized As Boolean
TYPE_BLANK As Object
TYPE_BOOLEAN As Object
TYPE_ERROR As Object
TYPE_FORMULA As Object
TYPE_NUMERIC As Object
TYPE_STRING As Object
Value As Object [read only]
ValueBoolean As Boolean
ValueDate As Long
ValueFormula As String
ValueNumeric As Double
ValueString As String
BORDER_DASH_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DASH_DOT_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DASHED As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DOTTED As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DOUBLE As org.apache.poi.ss.usermodel.BorderStyle
BORDER_HAIR As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM_DASH_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM_DASH_DOT_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM_DASHED As org.apache.poi.ss.usermodel.BorderStyle
BORDER_NONE As org.apache.poi.ss.usermodel.BorderStyle
BORDER_SLANTED_DASH_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_THICK As org.apache.poi.ss.usermodel.BorderStyle
BORDER_THIN As org.apache.poi.ss.usermodel.BorderStyle
BorderBottom As org.apache.poi.ss.usermodel.BorderStyle
BorderLeft As org.apache.poi.ss.usermodel.BorderStyle
BorderRight As org.apache.poi.ss.usermodel.BorderStyle
BorderTop As org.apache.poi.ss.usermodel.BorderStyle
ForegroundColor As javafx.scene.paint.Paint [write only]
HORIZONTAL_CENTER As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_FILL As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_GENERAL As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_JUSTIFY As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_LEFT As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_RIGHT As org.apache.poi.ss.usermodel.HorizontalAlignment
HorizontalAlignment As org.apache.poi.ss.usermodel.HorizontalAlignment
Initialize (Workbook As PoiWorkbook)
InitializeCopy (Workbook As PoiWorkbook, ExistingStyle As PoiCellStyle)
IsInitialized As Boolean
Rotation As Short
SetDataFormat (Workbook As PoiWorkbook, Format As String)
SetFont (Font As PoiFont)
ShrinkToFit As Boolean
VERTICAL_BOTTOM As org.apache.poi.ss.usermodel.VerticalAlignment
VERTICAL_CENTER As org.apache.poi.ss.usermodel.VerticalAlignment
VERTICAL_JUSTIFY As org.apache.poi.ss.usermodel.VerticalAlignment
VERTICAL_TOP As org.apache.poi.ss.usermodel.VerticalAlignment
VerticalAlignment As org.apache.poi.ss.usermodel.VerticalAlignment
WrapText As Boolean
BORDER_DASH_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DASH_DOT_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DASHED As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DOTTED As org.apache.poi.ss.usermodel.BorderStyle
BORDER_DOUBLE As org.apache.poi.ss.usermodel.BorderStyle
BORDER_HAIR As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM_DASH_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM_DASH_DOT_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_MEDIUM_DASHED As org.apache.poi.ss.usermodel.BorderStyle
BORDER_NONE As org.apache.poi.ss.usermodel.BorderStyle
BORDER_SLANTED_DASH_DOT As org.apache.poi.ss.usermodel.BorderStyle
BORDER_THICK As org.apache.poi.ss.usermodel.BorderStyle
BORDER_THIN As org.apache.poi.ss.usermodel.BorderStyle
BorderBottom As org.apache.poi.ss.usermodel.BorderStyle
BorderLeft As org.apache.poi.ss.usermodel.BorderStyle
BorderRight As org.apache.poi.ss.usermodel.BorderStyle
BorderTop As org.apache.poi.ss.usermodel.BorderStyle
ForegroundColor As javafx.scene.paint.Paint [write only]
HORIZONTAL_CENTER As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_FILL As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_GENERAL As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_JUSTIFY As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_LEFT As org.apache.poi.ss.usermodel.HorizontalAlignment
HORIZONTAL_RIGHT As org.apache.poi.ss.usermodel.HorizontalAlignment
HorizontalAlignment As org.apache.poi.ss.usermodel.HorizontalAlignment
Initialize (Workbook As PoiWorkbook)
InitializeCopy (Workbook As PoiWorkbook, ExistingStyle As PoiCellStyle)
IsInitialized As Boolean
Rotation As Short
SetDataFormat (Workbook As PoiWorkbook, Format As String)
SetFont (Font As PoiFont)
ShrinkToFit As Boolean
VERTICAL_BOTTOM As org.apache.poi.ss.usermodel.VerticalAlignment
VERTICAL_CENTER As org.apache.poi.ss.usermodel.VerticalAlignment
VERTICAL_JUSTIFY As org.apache.poi.ss.usermodel.VerticalAlignment
VERTICAL_TOP As org.apache.poi.ss.usermodel.VerticalAlignment
VerticalAlignment As org.apache.poi.ss.usermodel.VerticalAlignment
WrapText As Boolean
Bold As Boolean
Initialize (Workbook As PoiWorkbook)
IsInitialized As Boolean
Italic As Boolean
Name As String
SetColor (Color As javafx.scene.paint.Paint)
Size As Short
Underline As Boolean
Bold As Boolean
Initialize (Workbook As PoiWorkbook)
IsInitialized As Boolean
Italic As Boolean
Name As String
SetColor (Color As javafx.scene.paint.Paint)
Size As Short
Underline As Boolean
Cells As List [read only]
CreateCellBoolean (CellIndex As Int, Value As Boolean) As PoiCell
CreateCellFormula (CellIndex As Int, Value As String) As PoiCell
CreateCellNumeric (CellIndex As Int, Value As Double) As PoiCell
CreateCellString (CellIndex As Int, Value As String) As PoiCell
GetCell (Column As Int) As PoiCell
Height As Float
IsInitialized As Boolean
RowNumber As Int
RowStyle As PoiCellStyle
Cells As List [read only]
CreateCellBoolean (CellIndex As Int, Value As Boolean) As PoiCell
CreateCellFormula (CellIndex As Int, Value As String) As PoiCell
CreateCellNumeric (CellIndex As Int, Value As Double) As PoiCell
CreateCellString (CellIndex As Int, Value As String) As PoiCell
GetCell (Column As Int) As PoiCell
Height As Float
IsInitialized As Boolean
RowNumber As Int
RowStyle As PoiCellStyle
AddMergedRegion (FirstColumn As Int, FirstRow As Int, LastColumn As Int, LastRow As Int)
CreateRow (RowNumber As Int) As PoiRow
FirstRowNumber As Int [read only]
GetColumnWidth (ColumnIndex As Int) As Int
GetRow (RowNumber As Int) As PoiRow
Index As Int [read only]
IsInitialized As Boolean
LastRowNumber As Int [read only]
Name As String
RightToLeft As Boolean
Rows As List [read only]
SetColumnWidth (ColumnIndex As Int, Width As Int)
SetImage (ImageIndex As Int, FirstColumn As Int, FirstRow As Int, LastColumn As Int, LastRow As Int)
AddMergedRegion (FirstColumn As Int, FirstRow As Int, LastColumn As Int, LastRow As Int)
CreateRow (RowNumber As Int) As PoiRow
FirstRowNumber As Int [read only]
GetColumnWidth (ColumnIndex As Int) As Int
GetRow (RowNumber As Int) As PoiRow
Index As Int [read only]
IsInitialized As Boolean
LastRowNumber As Int [read only]
Name As String
RightToLeft As Boolean
Rows As List [read only]
SetColumnWidth (ColumnIndex As Int, Width As Int)
SetImage (ImageIndex As Int, FirstColumn As Int, FirstRow As Int, LastColumn As Int, LastRow As Int)
AddImage (Dir As String, FileName As String) As Int
AddSheet (Name As String, Index As Int) As PoiSheet
Close
GetSheet (Index As Int) As PoiSheet
GetSheetNames As String()
InitializeExisting (Dir As String, FileName As String, Password As String)
InitializeExistingAsync (EventName As String, Dir As String, FileName As String, Password As String)
InitializeNew (XLSXFormat As Boolean)
IsInitialized As Boolean
NumberOfSheets As Int [read only]
PICTURE_TYPE_JPEG As Short
PICTURE_TYPE_PNG As Short
Save (Dir As String, FileName As String)
AddImage (Dir As String, FileName As String) As Int
AddSheet (Name As String, Index As Int) As PoiSheet
Close
GetSheet (Index As Int) As PoiSheet
GetSheetNames As String()
InitializeExisting (Dir As String, FileName As String, Password As String)
InitializeExistingAsync (EventName As String, Dir As String, FileName As String, Password As String)
InitializeNew (XLSXFormat As Boolean)
IsInitialized As Boolean
NumberOfSheets As Int [read only]
PICTURE_TYPE_JPEG As Short
PICTURE_TYPE_PNG As Short
Save (Dir As String, FileName As String)