Packages

package poi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package sym

Type Members

  1. final case class PoiScalaRow(value: Row) extends AnyVal with Product with Serializable

    Wrapper class for Poi Scala Row

    Wrapper class for Poi Scala Row

    Note

    This case class will be stacked into the Eff effects stack(aka R). Then Scala compiler will finds implicit instance where the look companion objects of all types in effects stack. So this wrapper is needed to wiring implicit instances.

Value Members

  1. object PoiScalaRow extends Serializable

Ungrouped