Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readSheet :: SheetIndex -> (SheetItem -> IO ()) -> XlsxM Boolxlsx Codec.Xlsx.Parser.Stream No documentation available.
readListFormulas :: Formula -> Maybe ListOrRangeExpressionxlsx Codec.Xlsx.Types.DataValidation No documentation available.
readOpExpression2 :: Text -> Cursor -> [ValidationExpression]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValExpression :: Text -> [Formula] -> [ValidationExpression]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValidationType :: Text -> Text -> Cursor -> [ValidationType]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readValidationTypeOpExp :: Text -> ValidationExpression -> [ValidationType]xlsx Codec.Xlsx.Types.DataValidation No documentation available.
readType1Font :: FilePath -> FilePath -> IO (Either ParseError Type1FontStructure)HPDF Graphics.PDF Create a type 1 font
readFontData :: FilePath -> IO FontDataHPDF Graphics.PDF.Fonts.Font No documentation available.
readAfmData :: FilePath -> IO (Either ParseError AFMData)HPDF Graphics.PDF.Fonts.Type1 No documentation available.
readJpegDataURL :: String -> Either String JpegFileHPDF Graphics.PDF.Image Reads a data URL string, and returns a JpegFile. The incoming string must be a correctly formatted data URL for a JPEG. You can convert jpeg files to data URLs at the following web site: http://dataurl.net/#dataurlmaker