package instance
Type Members
- trait ExcelReadsInstances extends ExcelReadsGenericInstances with ExcelReadsLowPriorityInstance
Basic instances
Basic instances
- Note
This parser uses
HList
to parse thecase class
which do not contain data types like neitherEither
nor ADT.Either
and ADT are requiredCoproduct
but the parser sometimes cannot determine which type it should parse. That's the why I don't makeCoproduct
instances. If you use ADT in the type representing a Excel row, you have to implement a instance to parse it.
- trait ExcelReadsLowPriorityInstance extends AnyRef
- trait ExcelRowReadsInstances extends ExcelRowReadsLowPriorityInstances
- trait ExcelRowReadsLowPriorityInstances extends AnyRef