| Copyright | © 2025 Anton Antic |
|---|---|
| License | GNU GPL, version 2 or above |
| Maintainer | Anton Antic <anton@everworker.ai> |
| Stability | alpha |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Pandoc.Readers.Xlsx
Description
Conversion of XLSX (Excel spreadsheet) documents to Pandoc document.
Synopsis
- readXlsx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc
Documentation
readXlsx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc Source #
Read XLSX file into Pandoc AST