package xlsxml
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Cell(type_: DataType, value: String, style: Style) extends Product with Serializable
- sealed trait DataType extends AnyRef
- case class Font(bold: Boolean) extends Product with Serializable
- case class NumberFormat(format: String) extends Product with Serializable
- case class Style(id: String, numberFormat: NumberFormat = null, font: Font = null) extends Product with Serializable
- class XlsXmlStreamer extends AnyRef
Value Members
- object DATE_TIME extends DataType with Product with Serializable
- object Font extends Serializable
- object NUMBER extends DataType with Product with Serializable
- object NumberFormat extends Serializable
- object STRING extends DataType with Product with Serializable