Package

de.sciss

sheet

Permalink

package sheet

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. sealed trait Cell extends AnyRef

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

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

    Permalink
  5. final class FormulaCell extends UnstyledCell

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

    Permalink
  7. final class Row extends AnyRef

    Permalink
  8. final class Sheet extends AnyRef

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

    Permalink
  10. final class StyledCell extends Cell

    Permalink
  11. sealed trait UnstyledCell extends Cell

    Permalink
  12. class Workbook extends AnyRef

    Permalink

Value Members

  1. object CellStyle extends Serializable

    Permalink
  2. object FormulaCell

    Permalink
  3. object Row

    Permalink
  4. object Sheet

    Permalink
  5. object StyledCell

    Permalink
  6. object Workbook

    Permalink

Ungrouped