xlsx-0.1.1.1: Simple and incomplete Excel file parser/writer

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Lens

Documentation

ixCell :: Applicative f => (Int, Int) -> (Cell -> f Cell) -> Worksheet -> f Worksheet Source

atCell :: Functor f => (Int, Int) -> (Maybe Cell -> f (Maybe Cell)) -> Worksheet -> f Worksheet Source