Convert Excel documents to wiki markup

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

    I know of three options:

    1. Install a WYSIWYG editor extension like FCKeditor (see also Official). Advantage: fairly easy Paste As Word (and therefore also as Excel) button. Disadvantage: installation can be tricky.
    2. Use a macro in Excel. Advantage: a one-click creation of markup. Disadvantage: client-side solution (so need it for all users).

    My preference is the FCKeditor option because once it is installed it works pretty well.

提交回复
热议问题