Codec.Xlsx.Parser.Internal.Util
boolean :: MonadFail m => Text -> m Bool Source #
eitherBoolean :: Text -> Either String Bool Source #
decimal :: (MonadFail m, Integral a) => Text -> m a Source #
eitherDecimal :: Integral a => Text -> Either String a Source #
rational :: MonadFail m => Text -> m Double Source #
eitherRational :: Text -> Either String Double Source #