Packages

p

excelreads

package excelreads

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package exception
  2. package sym

Type Members

  1. abstract class ExcelReads[R, A] extends AnyRef

    Excel parser type class

    Excel parser type class

    R

    effects stack for Eff

    A

    return type

  2. trait ExcelReadsGenericInstances extends AnyRef
  3. 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.

  4. trait ExcelReadsLowPriorityInstance extends AnyRef

Value Members

  1. object ExcelReads extends ExcelReadsInstances

Ungrouped