util
ExcelBuilderUtil
object
ExcelBuilderUtil
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
calculateCellType(value: String): String
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fillWorksheet(data: Seq[Seq[ExportedData]], worksheet: Sheet, workbook: SXSSFWorkbook, logUtil: LogUtil): Unit
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getDefaultStyle(workbook: SXSSFWorkbook): CellStyle
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeCellValue(value: String, cell: Cell, workbook: Workbook, cellType: Option[String] = None, cellFormat: Option[String] = None): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setCellValue(cellType: String, value: String, cell: Cell, format: Option[String] = None): Unit
-
def
setDataBookmarkInExcel(currentCell: Cell, data: Seq[Seq[ExportedData]]): Unit
-
def
setHeaderStyleCell(workbook: SXSSFWorkbook): CellStyle
-
def
setHeaderTypeCell(): Int
-
def
setStyleCell(cellType: String, color: String, workbook: SXSSFWorkbook, default: CellStyle, cellFormat: Option[String] = None): CellStyle
-
def
setTypeCell(cType: String, value: String): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any