Difference between revisions of "Manual:Extension/BlueSpiceExportTables"

[unchecked revision][quality revision]
(See also)
m
(Tag: 2017 source edit)
 


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

What is ExportTables?

How to export a table[edit | edit source]

ExportTables supplements tables with the option to save them with one click into other formats, eg. MS Excel, to export.

How does ExportTables work?

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]

If the Extension ExportTables is installed, you can assign tables the additional property "Exportable". This allows you to open the table in read-only mode with a mouse click in other formats.

Where to find ExportTables?

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


Opening table properties in VisualEditor
Opening table properties in VisualEditor

In Wikitext[edit | edit source]

1. About the WYSIWYG editor

In Edit mode, click on a table and expand the Formats button in the WYSIWYG editor. The entry "Table" opens another menu in which you select the last entry "Exportable". The selected points are indicated by a gray bar on the left margin. After saving, the table has the additional property that you can export it to other formats.

Screenshot

2. In the wiki code

You can also quickly and easily export a table in the wiki code. Add the bs-exportable attribute to the table tag:

Screenshot

Perform ExportTables[edit | edit source]

In the read mode of the article in which the exportable table is located, right-click on the table and the following selection window opens:

Screenshot

Here you can choose the desired format and save or open the table in this format.

Remove export tables from table

A table can be set to be exportable in 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 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]

To remove the function from a table, you must go to the wiki code and delete the "bs-exportable" attribute from the start of the table.

See also[edit | edit source]

Our reference page.

In addition to exporting the tables on pages, most of BlueSpice managers and other extensions that display tabluar data also allow exporting of data. Exporting such data is done over the "Export table" menu in right top corner of the managers like the Namespace manager.


Exporting tables in management grids
Exporting tables in management grids

Related info



Attachments

Discussions