Loading...
 
Skip to main content

History: PluginSheet

Source of version: 11 (current)

Copy to clipboard
            ! Plugin Sheet
Use this ((wiki plugin)) to integrate data from a Tiki ((Spreadsheet)) into a page.

!! Parameters
{pluginmanager plugin="sheet"}

In ((Tiki7)), you can use an internal or external url to a csv file in the url param of the sheet plugin, in order to show the csv file as a spreadsheet within Tiki.

!! Add one
Insert this code in a wiki page in order to have on spreadsheet added there:
{CODE()}
{sheet}
{CODE}

And follow the instructions/links that you will be provided in the page after saving it.
 
!! Example
''This code:''
{CODE(colors="tiki")}
{SHEET(id="15")}Table 2. Advantages and disadvantages detected by the teaching staff after using Wiki methodology{SHEET}
{CODE}

A tiki site with sheet id 15 (tiki-view_sheets.php?sheetId=15) as:

^{img src="img/wiki_up/plugin_sheet_01.png" }^

''Would produce, in the middle of a wiki page context:''

^{img src="img/wiki_up/plugin_sheet_02.png" }^

The edit sheet button is shown while a registered user is logged in to the site. When logged out, no "edit sheet" button is shown.

!!Related pages
* ((Spreadsheet))