To use functionality of the Spreadsheet plugin in WordPress you should perform the following actions:
The most recent version of Wordpress can be downloaded here.
WordPress offers the following way of adding the plugin to your page:
Once you have uploaded the plugin to your WordPress plugin directory, you should activate it from the Plugins Management page.
Please note, the following users groups can edit Spreadsheet:
To add Spreadsheet to a post or a page you should insert the appropriate Spreadsheet marker.
The Spreadsheet marker can be specified in 2 forms:
[[spreadsheet]]
[[spreadsheet?&width=600px&height=400px&id=3&color_scheme=salad]]
Available parameters:
| Parameter | Type | Description | Default value |
|---|---|---|---|
| id | string | sets the id of a spreadsheet | 1 |
| height | px or % or auto | sets the height of a spreadsheet | auto |
| width | px or % or auto | sets the width of a spreadsheet | 100% |
| math | boolean | enables formulas in a spreadsheet | false |
| skin | dhx_skyblue or dhx_web | sets the skin for a spreadsheet | dhx_skyblue |
| color_scheme | enum (available values) | sets the color scheme for the specified skin | not applied |
| autoheight | boolean | sets the height at which all rows are visible without vertical scrolling | true |
| autowidth | boolean | sets the width at which all columns are visible without horizontal scrolling | false |
Note, if the autoheight (autowidth) parameter is set to true, the height (width) parameter is ignored.
You can insert any text before [[spreadsheet?&width=600px&height=250px&id=5&math=true]] or after spreadsheet instance