Packages

p

excelreads

instance

package instance

Type Members

  1. trait ExcelReadsInstances extends ExcelReadsGenericInstances with ExcelReadsLowPriorityInstance

    Basic instances

    Basic instances

    Note

    This parser uses HList to parse the case class which do not contain data types like neither Either nor ADT. Either and ADT are required Coproduct but the parser sometimes cannot determine which type it should parse. That's the why I don't make Coproduct instances. If you use ADT in the type representing a Excel row, you have to implement a instance to parse it.

  2. trait ExcelReadsLowPriorityInstance extends AnyRef
  3. trait ExcelRowReadsInstances extends ExcelRowReadsLowPriorityInstances
  4. trait ExcelRowReadsLowPriorityInstances extends AnyRef

Ungrouped