diff options
| author | Anton Antich <[email protected]> | 2025-11-09 14:07:38 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-24 23:10:33 +0100 |
| commit | 59b8b3ed4b6998fad87b3a29ce59ba7a5cf40c46 (patch) | |
| tree | 1ddde4712ae7f8a879bd1299ae408cc596b02a89 /pandoc.cabal | |
| parent | ec75b693e5618c12ddac872d48e084436f1e1b48 (diff) | |
Add `xlsx` (Microsoft Excel) as an input format.
Each worksheet turns into a section containing a table.
The common file `nativeDiff` has been extract from
the Docx and Pptx text files and put in Tests.Helpers.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index f648dce11..8aa2ddd1d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -440,6 +440,8 @@ extra-source-files: test/odt/odt/*.odt test/odt/markdown/*.md test/odt/native/*.native + test/xlsx-reader/*.xlsx + test/xlsx-reader/*.native test/pod-reader.pod test/vimdoc/*.markdown test/vimdoc/*.vimdoc @@ -613,6 +615,7 @@ library Text.Pandoc.Readers.Txt2Tags, Text.Pandoc.Readers.Docx, Text.Pandoc.Readers.Pptx, + Text.Pandoc.Readers.Xlsx, Text.Pandoc.Readers.ODT, Text.Pandoc.Readers.EPUB, Text.Pandoc.Readers.Muse, @@ -726,6 +729,9 @@ library Text.Pandoc.Readers.Pptx.Shapes, Text.Pandoc.Readers.Pptx.Slides, Text.Pandoc.Readers.Pptx.SmartArt, + Text.Pandoc.Readers.Xlsx.Parse, + Text.Pandoc.Readers.Xlsx.Cells, + Text.Pandoc.Readers.Xlsx.Sheets, Text.Pandoc.Readers.HTML.Parsing, Text.Pandoc.Readers.HTML.Table, Text.Pandoc.Readers.HTML.TagCategories, @@ -863,6 +869,7 @@ test-suite test-pandoc Tests.Readers.RTF Tests.Readers.Docx Tests.Readers.Pptx + Tests.Readers.Xlsx Tests.Readers.ODT Tests.Readers.Txt2Tags Tests.Readers.EPUB |
