package poi
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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(akaR
). 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
- object PoiScalaRow extends Serializable