Difference between revisions of "Manual:Extension/BlueSpiceExportTables"
[unchecked revision] | [unchecked revision] |
Fbaeckmann (talk | contribs) m (Text replacement - "[[Manual:Extension/BlueSpiceNamespaceManager" to "[[Manual:Extension/NamespaceManager") |
Fbaeckmann (talk | contribs) m (Text replacement - "[[ExportTables" to "[[Reference:ExportTables") |
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.
__TOC__ [[File:ExportTables1.png|thumb|Opening properties of a table in VisualEditor]] [[File:ExportTables2.png|thumb|Turning on "exportable" option in VisualEditor]] [[File:ExportTables3.png|thumb|Export table menu in page view mode]] [[File:ExportTables4.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 37: | Line 37: | ||
==See also== | ==See also== | ||
− | [[ExportTables|Reference page]] for this extension. | + | [[Reference:ExportTables|Reference page]] for this extension. |