Difference between revisions of "Manual:Extension/BlueSpiceExportTables"

[unchecked revision][quality revision]
m (Text replacement - "[[Manual:Extension/BlueSpiceNamespaceManager" to "[[Manual:Extension/NamespaceManager")
m
(Tag: 2017 source edit)
 


ExportTables allows exporting tables and grids on wiki pages to Excel formats.

Turning on "exportable" option in VisualEditor Export table menu in page view mode Exporting tables in managersWhat is BlueSpiceExportTables? Opening properties of a table in VisualEditor

How to export a table[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, the table must be configured to support exporting.


Making a table exportable
Making a table exportable

In VisualEditor[edit | edit source]

While editing a page in VisualEditor, click on the page table and select "Properties". In the dialog that is opened, turn on activtate the option "Exportable".


Opening table properties in VisualEditor
Opening table properties in VisualEditor

In Wikitext[edit | edit source]

Table A table can be set to be exportable in wiki text wikitext as well. Add the 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 an export 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
    The "export table" menu in page view mode
    The "export table" menu in page view mode

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 allow exporting of data. Exporting such data is done over the "Export table" menu in right top corner of the managers like BlueSpiceNamespaceManagerthe Namespace manager.

See also[edit | edit source]

Reference page for this extension.


Exporting tables in management grids
Exporting tables in management grids

Related info



Attachments

Discussions