Embedding Excel
Restrict Range, Allow Edit Sort Filter
This technique uses the Microsoft Office Excel Javascript object model to programmatically insert the
- Excel Web App into a div with id=myExcelDiv.
- The full API is documented at Using the Excel Services JavaScript API to Work with Embedded Excel Workbooks
- There you can find out how to programmatically get values from your Excel file and how to use the rest of the object model.