Convert Excel documents to wiki markup

前端 未结 11 1406
自闭症患者
自闭症患者 2021-02-13 02:32

Is it possible to convert Excel spreadsheets into MediaWiki markup? I stumpled upon strange recommendations exporting to HTML and convert it into markup. Is there a solution, ma

11条回答
  •  广开言路
    2021-02-13 03:05

    You can do this in a graphical interface, with proper software.

    • Install LibreOffice and add the "wiki publisher" extension, often contained in a package named libreoffice-wiki-publisher.
    • Open your spreadsheet with LibreOffice Calc, copy your table.
    • Open a new Writer document, paste with Edit > Paste special (RTF style).
    • Find "Export" in the menu, select "MediaWiki (txt)" in the format dropdown and confirm.
    • (Optional.) In your preferred text editor, remove any excess table HTML markup with a couple of simple text replacements and replace the first line {| with {| class="wikitable" to have pretty backgrounds and borders.

    LibreOffice is free/open source software and is better than Excel at handling Excel's own spreadsheets, as you see. There used to be an Office plugin too but I've not heard of anyone using it recently.

    You may need table styles, available in LibreOffice 5+; but in the meanwhile you can just apply CSS classes to your MediaWiki table.

    Alternatively, just copy and paste your table in a page powered by VisualEditor, which is quite good for tables. If your wiki doens't have it, you could still use the MediaWiki.org sandbox: paste your rich text, click the pencil button at the top and then "wikitext/source editing", cut the wikitext and paste into your wiki.

提交回复
热议问题