Visualize your data with interactive charts
January 11, 2011 Leave a comment
Let’s take the example from the previous post one step forward, by adding a simple chart on top of the data:
Here, you can see how slicers can filter the data, and the chart built on top of it.
Step by step:
- Create the workbook with a chart on top of the data
- Add slicers to slice and dice the data (optional step, requires Excel 2010)
- Save or upload the workbook to a public folder in http://office.live.com
- Get the embed code for that workbook
- Embed it in your web page
- Change AllowInteractivity to true
Related posts:
- Interactive spreadsheets in html
- How to embed Excel on a Web Page