This plugin enables you to add the Excel Interactive View (Excel Button) to any table. Excel Interactive View creates charts and filters from any table.
Learn more about Excel Interactive View at
http://excelmashup.com/eiv.
- Upload the
excel-interactive-view
folder to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Place the shortcode (ex: [excel-interactive-view]) before any HTML table you want to analyze with Excel Interactive View.
Shortcode Options
Attribute: title
Description: This sets the title of the Interactive View.
Possible Values: Short Line of Text
Example: [excel-interactive-view title="My Table Title"]
Attribute: style
Description: The Interactive View Button that shows up above the table can be shown in one of two styles: small and standard.
Possible Values: Small, Standard
Example: [excel-interactive-view style="Standard"]
Attribute: filename
Description: When a visitor downloads the resulting workbook from the Interactive View, it will use this as the filename.
Possible Values: Short Line of Text
Example: [excel-interactive-view filename="Election Results"]
Attribute: attribution
Description: When a visitor downloads the resulting workbook from the Interactive View, the attribution text will be used to give credit to the original data source.
Possible Values: Short Line of Text
Example: [excel-interactive-view attribution="Data Provided by Contoso"]
Attribute: id
Description: If you want the button to act on a different HTML table than the one that is directly below it, set the id attribute to target a specific table.
Possible Values: Any HTML Table Id
Example: [excel-interactive-view id="table1"]