File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
ej2-asp-core-mvc/spreadsheet Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ The following code example shows how to open an Excel file using a hosted web se
130
130
{% tabs %}
131
131
{% highlight cshtml tabtitle="CSHTML" %}
132
132
133
+ ```
133
134
<ejs-spreadsheet id="spreadsheet" openUrl="https://xxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/open" allowOpen = "true" beforeOpen="beforeOpen">
134
135
135
136
</ejs-spreadsheet>
@@ -177,6 +178,7 @@ The following code example shows how to open an Excel file using a hosted web se
177
178
};
178
179
179
180
</script>
181
+ ```
180
182
181
183
{% endhighlight %}
182
184
{% endtabs %}
@@ -463,7 +465,8 @@ The following code example shows how to save an Excel file using a hosted web se
463
465
464
466
{% tabs %}
465
467
{% highlight cshtml tabtitle="CSHTML" %}
466
-
468
+ `
469
+ ```
467
470
<ejs-spreadsheet id="spreadsheet" saveUrl="https://xxxxxxxxxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/save" allowSave = "true" beforeSave="beforeSave">
468
471
469
472
</ejs-spreadsheet>
@@ -525,6 +528,7 @@ The following code example shows how to save an Excel file using a hosted web se
525
528
});
526
529
};
527
530
</script>
531
+ ```
528
532
529
533
{% endhighlight %}
530
534
{% endtabs %}
You can’t perform that action at this time.
0 commit comments