Safe Haskell | None |
---|---|
Language | Haskell2010 |
Codec.Xlsx.Util.Tabular
Description
Convinience utility to read Xlsx tabular cells.
- data Tabular
- data TabularHead
- data TabularRow
- tabularHeads :: Lens' Tabular [TabularHead]
- tabularRows :: Lens' Tabular [TabularRow]
- tabularHeadIx :: Lens' TabularHead Int
- tabularHeadLabel :: Lens' TabularHead Text
- tabularRowIx :: Lens' TabularRow Int
- tabularRowCells :: Lens' TabularRow [Maybe CellValue]
- def :: Default a => a
- toTableRowsFromFile :: Int -> String -> IO (Maybe Tabular)
- toTableRows :: Xlsx -> Text -> Int -> Maybe Tabular
- toTableRows' :: Xlsx -> Int -> Maybe Tabular
Types
Lenses
Tabular
tabularRows :: Lens' Tabular [TabularRow] Source #
TabularHead
TabularRow
Methods
Functions
Read from Xlsx file as tabular rows