- SADDLE_BROWN - Static variable in class org.dhatim.fastexcel.Color
-
- SAND - Static variable in class org.dhatim.fastexcel.Color
-
- SEA_BLUE - Static variable in class org.dhatim.fastexcel.Color
-
- SEA_GREEN - Static variable in class org.dhatim.fastexcel.Color
-
- set() - Method in class org.dhatim.fastexcel.StyleSetter
-
Apply style elements.
- set(ConditionalFormattingRule) - Method in class org.dhatim.fastexcel.StyleSetter
-
Apply style elements conditionally
- setActiveTab(int) - Method in class org.dhatim.fastexcel.Workbook
-
- setAutoFilter(int, int, int, int) - Method in class org.dhatim.fastexcel.Worksheet
-
Applies autofilter specifically to the given cell range
- setAutoFilter(int, int, int) - Method in class org.dhatim.fastexcel.Worksheet
-
Applies autofilter automatically based on provided header cells
- setAutoPageBreaks(Boolean) - Method in class org.dhatim.fastexcel.Worksheet
-
- setCompressionLevel(int) - Method in class org.dhatim.fastexcel.Workbook
-
Sets the compression level of the xlsx.
- setFitToPage(Boolean) - Method in class org.dhatim.fastexcel.Worksheet
-
- setName(String) - Method in class org.dhatim.fastexcel.Range
-
Specifically define this range by assigning it a name.
- setNumFmtId(int) - Method in class org.dhatim.fastexcel.DifferentialFormat
-
- setVisibilityState(VisibilityState) - Method in class org.dhatim.fastexcel.Worksheet
-
Sets the visibility state of the sheet
- setZoom(int) - Method in class org.dhatim.fastexcel.Worksheet
-
Set sheet view zoom level in percent.
- shadeAlternateRows(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Shade alternate rows.
- shadeRows(String, int) - Method in class org.dhatim.fastexcel.StyleSetter
-
Shade Nth rows.
- SheetProtectionOption - Enum in org.dhatim.fastexcel
-
Represents an attribute on the <sheetProtection> xml-tag.
- showColumn(int) - Method in class org.dhatim.fastexcel.Worksheet
-
Show the given column.
- showDropdown(boolean) - Method in class org.dhatim.fastexcel.ListDataValidation
-
Whether Excel will show an in-cell dropdown list
containing the validation list
- showErrorMessage(boolean) - Method in class org.dhatim.fastexcel.ListDataValidation
-
Whether to display the error alert message when an invalid value has been entered.
- showRow(int) - Method in class org.dhatim.fastexcel.Worksheet
-
Show the given row.
- SKY_BLUE - Static variable in class org.dhatim.fastexcel.Color
-
- SMOKY_BLACK - Static variable in class org.dhatim.fastexcel.Color
-
- sortWorksheets(Comparator<Worksheet>) - Method in class org.dhatim.fastexcel.Workbook
-
Sort the current worksheets with the given Comparator
- 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.
- validateWithList(Range) - Method in class org.dhatim.fastexcel.Range
-
Construct a new ListDataValidation
- value(int, int, String) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int, Number) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int, Boolean) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int, Date) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int, LocalDateTime) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int, LocalDate) - Method in class org.dhatim.fastexcel.Worksheet
-
Set the cell value at the given coordinates.
- value(int, int, ZonedDateTime) - 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.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.BorderSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.DataValidationErrorStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.PaperSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.ProtectionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.SheetProtectionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dhatim.fastexcel.VisibilityState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.dhatim.fastexcel.BorderSide
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.BorderStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.DataValidationErrorStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.PaperSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.ProtectionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.SheetProtectionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dhatim.fastexcel.VisibilityState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VANILLA - Static variable in class org.dhatim.fastexcel.Color
-
- verticalAlignment(String) - Method in class org.dhatim.fastexcel.StyleSetter
-
Define vertical alignment.
- VIOLET - Static variable in class org.dhatim.fastexcel.Color
-
- VisibilityState - Enum in org.dhatim.fastexcel
-
This simple type defines the possible states for sheet visibility.