B C E F G H I M N O R S T V W
B
- bold() - Method in class org.dhatim.fastexcel.StyleSetter
-
Use bold text.
- borderColor(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Set cell border color.
- borderStyle(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Set cell border style.
C
- Color - Class in org.dhatim.fastexcel
-
Predefined RGB colors.
- Color() - Constructor for class org.dhatim.fastexcel.Color
-
- colToString(int) - Static method in class org.dhatim.fastexcel.Range
-
Convert a column index to a column name.
- contains(int, int) - Method in class org.dhatim.fastexcel.Range
-
Check if this range contains the given cell coordinates.
- convertDate(Date) - Static method in class org.dhatim.fastexcel.TimestampUtil
-
Convert a
Date
to a serial number.
- convertZonedDateTime(ZonedDateTime) - Static method in class org.dhatim.fastexcel.TimestampUtil
-
E
- equals(Object) - Method in class org.dhatim.fastexcel.Range
-
F
- fillColor(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Set fill color.
- finish() - Method in class org.dhatim.fastexcel.Workbook
-
Complete workbook generation: this writes worksheets and additional files
as zip entries to the output stream.
- finish() - Method in class org.dhatim.fastexcel.Worksheet
-
Finish the construction of this worksheet.
- fontColor(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Set font color.
- format(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Set numbering format.
- formula(int, int, String) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell formula at the given coordinates.
G
- getBottom() - Method in class org.dhatim.fastexcel.Range
-
Get bottom row.
- getLeft() - Method in class org.dhatim.fastexcel.Range
-
Get left column.
- getName() - Method in class org.dhatim.fastexcel.Worksheet
-
Get worksheet name.
- getRight() - Method in class org.dhatim.fastexcel.Range
-
Get right column.
- getTop() - Method in class org.dhatim.fastexcel.Range
-
Get top row.
- getWorkbook() - Method in class org.dhatim.fastexcel.Worksheet
-
Get parent workbook.
- getWorksheet() - Method in class org.dhatim.fastexcel.Range
-
Get parent worksheet.
- GRAY1 - Static variable in class org.dhatim.fastexcel.Color
-
Light gray.
- GRAY10 - Static variable in class org.dhatim.fastexcel.Color
-
Dark gray.
- GRAY2 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY3 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY4 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY5 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY6 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY7 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY8 - Static variable in class org.dhatim.fastexcel.Color
-
- GRAY9 - Static variable in class org.dhatim.fastexcel.Color
-
H
- hashCode() - Method in class org.dhatim.fastexcel.Range
-
- horizontalAlignment(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Define horizontal alignment.
I
- italic() - Method in class org.dhatim.fastexcel.StyleSetter
-
Use italic text.
M
- merge() - Method in class org.dhatim.fastexcel.Range
-
Merge cells within this range.
- merge() - Method in class org.dhatim.fastexcel.StyleSetter
-
Merge cells in this style setter's range.
N
- newWorksheet(String) - Method in class org.dhatim.fastexcel.Workbook
-
Create a new worksheet in this workbook.
O
- org.dhatim.fastexcel - package org.dhatim.fastexcel
-
R
- Range - Class in org.dhatim.fastexcel
-
Definition of a range of cells.
- range(int, int, int, int) - Method in class org.dhatim.fastexcel.Worksheet
-
Create a new range of cells.
- RED - Static variable in class org.dhatim.fastexcel.Color
-
S
- set() - Method in class org.dhatim.fastexcel.StyleSetter
-
Apply style elements.
- shadeAlternateRows(Fill) - Method in class org.dhatim.fastexcel.Range
-
Apply shading to alternate rows in this range with the given fill
pattern.
- shadeAlternateRows(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Shade alternate rows.
- style() - Method in class org.dhatim.fastexcel.Range
-
Get a new style setter for this range.
- style(int, int) - Method in class org.dhatim.fastexcel.Worksheet
-
Get a new style setter for a cell.
- StyleSetter - Class in org.dhatim.fastexcel
-
Helper class to set style elements on a cell or range of cells.
T
- TimestampUtil - Class in org.dhatim.fastexcel
-
Excel timestamp utility methods.
- toString() - Method in class org.dhatim.fastexcel.Range
-
V
- value(int, int, Object) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int) - Method in class org.dhatim.fastexcel.Worksheet
-
Get the cell value (or formula) at the given coordinates.
- verticalAlignment(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Define vertical alignment.
W
- Workbook - Class in org.dhatim.fastexcel
-
- Workbook(OutputStream, String, String) - Constructor for class org.dhatim.fastexcel.Workbook
-
Constructor.
- Worksheet - Class in org.dhatim.fastexcel
-
A worksheet is a set of cells.
- wrapText(boolean) - Method in class org.dhatim.fastexcel.StyleSetter
-
Enable or disable text wrapping in cells.
B C E F G H I M N O R S T V W
Copyright © 2016. All rights reserved.