Tables

Wiki Tables

If you are using Wiki editor, you can use the following syntax for putting tables in wiki pages:

{table} 
           | First  | Second | Third
Category 1 |   1.0  |    5.0 |   4.0
Category 2 |   4.0  |    7.0 |   6.0
Category 3 |   3.0  |    6.0 |   2.0
Category 4 |   5.0  |    8.0 |   3.0
Category 5 |   5.0  |    4.0 |   6.0
{table}

The result would be:

table: null

Excel Tables

If your data is in an excel file and you want to display it in your wiki page, you can simply attach your excel file to your page and show the data as a wiki table:

Press the "Insert a macro" button:

map1.jpg

From the list, select "Table with data from Excel" and enter appropriate values for fields:

table1.jpg

Then press the "Insert Macro" button. A line of code would be added to you page. After quiting the edit mode and viewing the page, this line of code would be converted to the corresponding table.

Database Tables

You can also put the result of a database query on a wiki page as a wiki table:

Press the "Insert a macro" button:

map1.jpg

From the list, select "Table with data from Database" and enter appropriate values for fields:

table2.jpg

Then press the "Insert Macro" button. A line of code would be added to you page. After quiting the edit mode and viewing the page, this line of code would be converted to the corresponding table.


Creator: Yasser Ganjisaffar on 2007/12/27 19:29
Copyright © 2008 The Regents of the University of California. All Rights Reserved.
1.8-rc-2.17297