de.sciss

sheet

package sheet

Visibility
  1. Public
  2. All

Type Members

  1. final case class BooleanCell(index: Int, data: Boolean) extends UnstyledCell with Product with Serializable

  2. sealed trait Cell extends AnyRef

  3. final case class CellAddr(sheet: String, row: Int, col: Int) extends Product with Serializable

  4. final case class CellStyle(font: Font, dataFormat: DataFormat) extends Product with Serializable

  5. final class FormulaCell extends UnstyledCell

  6. final case class NumericCell(index: Int, data: Double) extends UnstyledCell with Product with Serializable

  7. final class Row extends AnyRef

  8. final class Sheet extends AnyRef

  9. final case class StringCell(index: Int, data: String) extends UnstyledCell with Product with Serializable

  10. final class StyledCell extends Cell

  11. sealed trait UnstyledCell extends Cell

  12. class Workbook extends AnyRef

Value Members

  1. object CellStyle extends Serializable

  2. object FormulaCell

  3. object Row

  4. object Sheet

  5. object StyledCell

  6. object Workbook

Ungrouped