Uses of Class
tech.grasshopper.excel.report.cell.ValueOption
-
Packages that use ValueOption Package Description tech.grasshopper.excel.report.cell -
-
Uses of ValueOption in tech.grasshopper.excel.report.cell
Methods in tech.grasshopper.excel.report.cell that return ValueOption Modifier and Type Method Description static ValueOptionValueOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueOption[]ValueOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.grasshopper.excel.report.cell with parameters of type ValueOption Modifier and Type Method Description voidCellOperations. writeValue(String cellName, String cellValue, String style, ValueOption option)voidCellOperations. writeValue(org.apache.poi.ss.util.CellReference cellReference, String cellValue, String style, ValueOption option)
-