else {
window.addEventListener(“DOMContentLoaded”, loadEwaOnPageLoad, false);
}}

function {6}() {{
{7}

Ewa.EwaControl.loadEwaAsync(fileToken, “myExcelDiv”, props, {8});
}}

function {8}(result) {{
/*
* Add code here to interact with the embedded Excel web app.
* Find out more at {3}.
*/
}}

function loadEwaOnPageLoad() {
var props = {
item: “‘Blad1’!A1:B22”,
uiOptions: {
showDownloadButton: false,
selectedCell: “‘Blad1’!B2”,
showParametersTaskPane: false
},
interactivityOptions: {
allowParameterModification: false,
allowSorting: false,
allowFiltering: false,
allowPivotTableInteractivity: false
}
};

Ewa.EwaControl.loadEwaAsync(fileToken, “myExcelDiv”, props, onEwaLoaded);
}}

function {8}(result) {{
/*
* Add code here to interact with the embedded Excel web app.
* Find out more at {3}.
*/
}}

function onEwaLoaded(result) {
/*
* Add code here to interact with the embedded Excel web app.
* Find out more at http://msdn.microsoft.com/nl-NL/library/hh315812.aspx.
*/
}}