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 /MANUAL.txt | |
| 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 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index d394b2f6d..c3b657f72 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -283,6 +283,7 @@ header when requesting a document from a URL: - `twiki` ([TWiki markup]) - `typst` ([typst]) - `vimwiki` ([Vimwiki]) + - `xlsx` ([Excel spreadsheet][XLSX]) - `xml` (XML version of native AST) - the path of a custom Lua reader, see [Custom readers and writers] below ::: @@ -519,6 +520,7 @@ header when requesting a document from a URL: [DokuWiki markup]: https://www.dokuwiki.org/dokuwiki [ZimWiki markup]: https://zim-wiki.org/manual/Help/Wiki_Syntax.html [XWiki markup]: https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/ +[XLSX]: https://en.wikipedia.org/wiki/Microsoft_Excel#File_formats [Vimdoc]: https://vimhelp.org/helphelp.txt.html#help-writing [TWiki markup]: https://twiki.org/cgi-bin/view/TWiki/TextFormattingRules [TikiWiki markup]: https://doc.tiki.org/Wiki-Syntax-Text#The_Markup_Language_Wiki-Syntax |
