You are viewing an old version of this page. Return to the latest version.
[unchecked revision] | [unchecked revision] |
(Tag: 2017 source edit) |
(Tag: 2017 source edit) |
/tmp/bshtmldiff/helpdesk_en-hw_/11710.html (Datei oder Verzeichnis nicht gefunden)
<bs:bookshelf src="Book:User manual" /> __TOC__ [[File:ExportTables1ExportTables2.png|thumb|Opening properties of a table in VisualEditor]] [[File:ExportTables2ExportTables3.png|thumb|Turning on "exportable" option in VisualEditor]] [[File:ExportTables3ExportTables4.png|thumb|Export table menu in page view mode]] [[File:ExportTables4ExportTables1.png|thumb|Exporting tables in managers]] ==What is BlueSpiceExportTables?== '''BlueSpiceExportTables''' allows exporting tables on wikipages and grids with tabular data. ==Using BlueSpiceExportTables== Any regular table that is insert on a page can be exported. Before table export is possible, table must be configured to support exporting. ===In VisualEditor=== While editing a page in VisualEditor, click on the page and select "Properties". In the dialog that is opened, turn on option "Exportable". ===In Wikitext=== Table can be set to be exportable in wiki text as well. Add classes "bs-exportable" and "exportable" to the table's "class" argument. <pre> {| class="wikitable bs-exportable exportable" |+... </pre> After saving the page, all users viewing the page can export the table by right-clicking on the table and selecting desired format. ==Formats== Formats that are offered for exporting a page are: *CSV - Comma separated values *XLS - Microsoft Office Excel 2003 *XLSX - Microsoft Office Excel ==Exporting data from grids== In addition to exporting the tables on pages, most of BlueSpice managers and other extensions that display tabluar data also offer exporting of data. Exporting such data is done over "Export table" menu in right top corner of the managers like [[Manual:Extension/NamespaceManager|BlueSpiceNamespaceManager]]. ==See also== [[Reference:ExportTables|Reference page]] for this extension.
Line 2: | Line 2: | ||
<bs:bookshelf src="Book:User manual" /> | <bs:bookshelf src="Book:User manual" /> | ||
__TOC__ | __TOC__ | ||
− | [[File: | + | [[File:ExportTables2.png|thumb|Opening properties of a table in VisualEditor]] |
− | [[File: | + | [[File:ExportTables3.png|thumb|Turning on "exportable" option in VisualEditor]] |
− | [[File: | + | [[File:ExportTables4.png|thumb|Export table menu in page view mode]] |
− | [[File: | + | [[File:ExportTables1.png|thumb|Exporting tables in managers]] |
==What is BlueSpiceExportTables?== | ==What is BlueSpiceExportTables?== | ||