Help:Google spreadsheets
From Wikia Help
| | This is a new feature on Wikia!
|
- This extension is enabled by default on Wikia.
If you use Google Spreadsheets, you'll be happy to know that you can now embed your spreadsheets in your wiki!
Contents |
How to use it?
First, you have to publish your spreadsheet (see the Google Docs Help Center for information on how to do that).
When you have the URL of your published sheet, for example:
take the key (in the example above: foo) and put it into a wiki page, like so:
<googlespreadsheet>foo</googlespreadsheet>
Example
Customizing
You can scale the spreadsheet window by setting the height and width attributes like so:
<googlespreadsheet height="100" width="100">foo</googlespreadsheet>
If you know CSS, you can also set the style attribute directly, for example:
<googlespreadsheet style="width: 100px; height: 100px; border: 1px solid pink;">foo</googlespreadsheet>
Limitations
- Note that users cannot edit an embedded spreadsheet. If you wish to have a freely editable table, you should use wiki markup instead.
