class ExcelOutput extends AnyRef
Only processes summary table
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExcelOutput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExcelOutput(fileName: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addSheet(title: String, contents: List[Any]*): XSSFSheet
- returns
newly created XSSFSheet instance
-
def
addSheetOfCommits(title: String, commits: List[Commit]*): XSSFSheet
- returns
newly created XSSFSheet instance
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
commaFormat: Short
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val fileName: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newSheet(title: String): XSSFSheet
Common setup for every new sheet.
Common setup for every new sheet.
- returns
newly created XSSFSheet instance
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
numberStyle: XSSFCellStyle
- Attributes
- protected
- def save(): Unit
-
val
stringStyle: XSSFCellStyle
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
titleFont: XSSFFont
- Attributes
- protected
-
val
titleStyle: XSSFCellStyle
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
totalFont: XSSFFont
- Attributes
- protected
-
val
totalLabelStyle: XSSFCellStyle
- Attributes
- protected
-
val
totalStyle: XSSFCellStyle
- Attributes
- protected
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val workbook: XSSFWorkbook