Linux 软件免费装

Excel Interactive View

开发者 harrisonmgordon
更新时间 2012年8月2日 00:53
PHP版本: 3.3 及以上
WordPress版本: 3.4.1
版权: GPLv2 or Later
版权网址: 版权信息

标签

Filter Chart Graph Excel Excel Interactive View Excel Button Excel Web App Analyze Data

下载

0.1 0.2 0.3 0.4 0.4.1

详情介绍:

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.

安装:

  1. Upload the excel-interactive-view folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. 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"]