Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
SharedFormulaOptions :: CellRef -> Formula -> SharedFormulaOptionsxlsx Codec.Xlsx.Types No documentation available.
SharedFormula :: SharedFormulaIndex -> FormulaExpressionxlsx Codec.Xlsx.Types.Cell No documentation available.
-
xlsx Codec.Xlsx.Types.Cell index of shared formula in worksheet's wsSharedFormulas property
SharedFormulaIndex :: Int -> SharedFormulaIndexxlsx Codec.Xlsx.Types.Cell No documentation available.
-
xlsx Codec.Xlsx.Types.Cell No documentation available.
SharedFormulaOptions :: CellRef -> Formula -> SharedFormulaOptionsxlsx Codec.Xlsx.Types.Cell No documentation available.
module Codec.Xlsx.Types.Internal.
SharedStringTable No documentation available.
-
xlsx Codec.Xlsx.Types.Internal.SharedStringTable Shared string table A workbook can contain thousands of cells containing string (non-numeric) data. Furthermore this data is very likely to be repeated across many rows or columns. The goal of implementing a single string table that is shared across the workbook is to improve performance in opening and saving the file by only reading and writing the repetitive information once. Relevant parts of the EMCA standard (2nd edition, part 1, https://ecma-international.org/publications-and-standards/standards/ecma-376/), page numbers refer to the page in the PDF rather than the page number as printed on the page):
- Section 18.4, "Shared String Table" (p. 1712) in particular subsection 18.4.9, "sst (Shared String Table)" (p. 1726)
SharedStringTable :: Vector XlsxText -> SharedStringTablexlsx Codec.Xlsx.Types.Internal.SharedStringTable No documentation available.
-
xlsx Codec.Xlsx.Writer.Internal.Stream No documentation available.