package sym
Type Members
- abstract class ExcelBasicSYM[F[_]] extends AnyRef
Basic getter interface from an Excel cell
Basic getter interface from an Excel cell
- Note
These methods return the
Option
value. In the Excel convention, it's very difficult to distinguish that the cell is empty or not. This optional design requires that its implementation need to care for the empty.
- abstract class ExcelStyleSYM[Style, F[_]] extends AnyRef
Cell style getter interface
Cell style getter interface
- Style
cell style type