Difference between revisions of "Manual:Extension/BlueSpiceExportTables"
[unchecked revision] | [unchecked revision] |
Fbaeckmann (talk | contribs) (Tag: 2017 source edit) |
m (Text replacement - "<bs:bookshelf src="Book:User manual" />" to "") |
Contents
What is BlueSpiceExportTables?[edit | edit source]
BlueSpiceExportTables allows exporting tables on wikipages and grids with tabular data.
Using BlueSpiceExportTables[edit | edit source]
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[edit | edit source]
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[edit | edit source]
Table can be set to be exportable in wiki text as well. Add classes "bs-exportable" and "exportable" to the table's "class" argument.
{| class="wikitable bs-exportable exportable" |+...
After saving the page, all users viewing the page can export the table by right-clicking on the table and selecting desired format.
Formats[edit | edit source]
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[edit | edit source]
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 BlueSpiceNamespaceManager.
See also[edit | edit source]
Reference page for this extension.
<bs:bookshelf src="Book:User manual" /> __TOC__ ==What is BlueSpiceExportTables?== '''BlueSpiceExportTables''' allows exporting tables on wikipages and grids with tabular data. ==Using BlueSpiceExportTables== [[File:ExportTables2.png|thumb|Opening properties of a table in VisualEditor]] [[File:ExportTables3.png|thumb|Turning on "exportable" option in VisualEditor]] 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. {{Clear}} ==Formats== [[File:ExportTables4.png|thumb|Export table menu in page view mode]] Formats that are offered for exporting a page are: *CSV - Comma separated values *XLS - Microsoft Office Excel 2003 *XLSX - Microsoft Office Excel {{Clear}} ==Exporting data from grids== [[File:ExportTables1.png|thumb|Exporting tables in managers]] 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]]. {{Clear}} ==See also== [[Reference:ExportTables|Reference page]] for this extension. {{Translation}}
Line 1: | Line 1: | ||
− | + | ||
__TOC__ | __TOC__ | ||
==What is BlueSpiceExportTables?== | ==What is BlueSpiceExportTables?== |