A tutorial on how to embed an Excel sheet as an external document in Infrakit.
Create an embedded view from the file: &action=embedview
Disable sorting: &wdAllowInteractivity=False
Enable downloading the file: &wdDownloadButton=TrueHide gridlines:&wdHideGridlines=True
Hide headers: &wdHideHeaders=True
Force starting cell ('Sheet1' must be renamed if the sheet in Excel file is renamed or you wish to start in another sheet): &ActiveCell='Sheet1'!A1
Select the range of shown cells:&Item='Sheet1'!A1%3AD13