excelreads.scala.poi

Type members

Classlikes

final case
class PoiScalaRow(value: Row) extends AnyVal

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.

Companion
object
Companion
class