Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
xhtml Text.XHtml.Strict No documentation available.
-
xhtml Text.XHtml.Strict No documentation available.
-
xhtml Text.XHtml.Transitional No documentation available.
-
xhtml Text.XHtml.Transitional No documentation available.
-
xhtml Text.XHtml.Transitional No documentation available.
-
xhtml Text.XHtml.Transitional No documentation available.
formattedCellMap :: Formatted -> CellMapxlsx Codec.Xlsx.Formatted type
CellMap = Map (RowIndex, ColumnIndex) Cellxlsx Codec.Xlsx.Types Map containing cell values which are indexed by row and column if you need to use more traditional (x,y) indexing please you could use corresponding accessors from 'Lens'
_wsRowPropertiesMap :: Worksheet -> Map RowIndex RowPropertiesxlsx Codec.Xlsx.Types custom row properties (height, style) map
wsRowPropertiesMap :: Lens' Worksheet (Map RowIndex RowProperties)xlsx Codec.Xlsx.Types No documentation available.