UMinho Haskell Libraries (1.0)ContentsIndex
Language.Gnumeric.Parser
Portability portable
Stability experimental
Maintainer joost.visser@di.uminho.pt
Description
Parse Gnumeric spreadsheets.
Synopsis
testGnumeric :: IO ()
readGnumeric :: (Term a, XmlContent a) => FilePath -> IO a
readXml' :: XmlContent a => String -> Maybe a
parseFormulas :: Term a => a -> a
parseFormulasOnSheet :: Term a => String -> a -> a
mkCellId :: Gmr'Cell_Attrs -> String
Documentation
testGnumeric :: IO ()
Read, parse, and show a Gnumeric file.
readGnumeric :: (Term a, XmlContent a) => FilePath -> IO a
Read and parse a Gnumeric file.
readXml' :: XmlContent a => String -> Maybe a
Alternative to readXml that invokes xmlUnEscape to transform XML character references back to the charaters they represent.
parseFormulas :: Term a => a -> a
Parse the formulas in a Gnumeric spreadsheet or a fragment of a spreadsheet. The parse results are stored in the AST attribute of each cell.
parseFormulasOnSheet :: Term a => String -> a -> a
Parse all the formulas inside this sheet (a)
mkCellId :: Gmr'Cell_Attrs -> String
Create the letter-number identifier for a cell, based on the row and column numbers stored in the cell abstract syntax.
Produced by Haddock version 0.6