=== Excel Interactive View === Contributors: harrisonmgordon Donate link: Tags: Excel Interactive View, Excel Button,Excel, Excel Web App, Chart, Graph, Filter, Analyze Data Requires at least: 3.3 Tested up to: 3.4.1 Stable tag: 0.4.1 License: GPLv2 or Later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin enables you to add Excel Interactive View (Excel Button) to any table. Excel Interactive View creates charts and filters from any table. == Description == 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](http://excelmashup.com/eiv). == Installation == 1. Upload the `excel-interactive-view` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. 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"] == Frequently Asked Questions == == Screenshots == == Changelog == == Upgrade notice ==