Convert Excel documents to wiki markup

前端 未结 11 1407
自闭症患者
自闭症患者 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:12

    I use this macro available on the main Wikipedia site.

    It convert the Excel tables to wiki formating. The output is pretty close to the original excel file. it does transfer font formating and cell colors. There is limitation on the borders but they come from mediaWiki system.

    You can find the Code at : https://de.wikipedia.org/wiki/Wikipedia:Technik/Text/Basic/EXCEL-2003_Tabellenumwandlung_VBA

    0 讨论(0)
  • 2021-02-13 03:13

    You could export your Excel document to CSV and import it into this web application:

    https://www.tablesgenerator.com/mediawiki_tables

    You can then edit the table and export it directly into MediaWiki format.

    0 讨论(0)
  • 2021-02-13 03:13

    Here is an online web application, you can copy Excel cells to the clipboard, and import it into this site

    You can then edit the table and export it directly into MediaWiki format.

    0 讨论(0)
  • 2021-02-13 03:18

    This online convertor does not upload your data so it protects your confident/sensitive data. I've tested it without network connection. It supports different delimiters and direct pasting from Excel.

    0 讨论(0)
  • 2021-02-13 03:19

    I use this Excel macro.

    You can download the Excel file to your computer, paste your table on it, click the button and paste the formatted text into your wiki.

    Here are a few features:

    • Export an Excel table to wikimedia format.
    • Both horizontally and vertically merged cells are well managed.
    • The output text is padded with spaces so that all the columns have the same width (with the exception of the columns with merged cells).
    • Bold cells are headers, other cells are normal cells.
    0 讨论(0)
提交回复
热议问题