Packages

p

com.github.yyu

excelreads

package excelreads

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package entity
  2. package exception

Type Members

  1. trait ExcelReads[A] extends AnyRef

    A type-class to represent type A is created by parsing a row of Excel sheet.

    A type-class to represent type A is created by parsing a row of Excel sheet.

    A

    a type that made by parsing Excel row

    Note

    Int given to the State monad represents Excel row's position.

Value Members

  1. object ExcelReads

    Default instances.

Ungrouped