Skip to content

Commit 1e46749

Browse files
committed
897088: Addressed the review comments.
1 parent d904419 commit 1e46749

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ej2-asp-core-mvc/spreadsheet/open-save.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ The following code example shows how to open an Excel file using a hosted web se
130130
{% tabs %}
131131
{% highlight cshtml tabtitle="CSHTML" %}
132132

133+
```
133134
<ejs-spreadsheet id="spreadsheet" openUrl="https://xxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/open" allowOpen = "true" beforeOpen="beforeOpen">
134135
135136
</ejs-spreadsheet>
@@ -177,6 +178,7 @@ The following code example shows how to open an Excel file using a hosted web se
177178
};
178179
179180
</script>
181+
```
180182

181183
{% endhighlight %}
182184
{% endtabs %}
@@ -463,7 +465,8 @@ The following code example shows how to save an Excel file using a hosted web se
463465

464466
{% tabs %}
465467
{% highlight cshtml tabtitle="CSHTML" %}
466-
468+
`
469+
```
467470
<ejs-spreadsheet id="spreadsheet" saveUrl="https://xxxxxxxxxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/save" allowSave = "true" beforeSave="beforeSave">
468471
469472
</ejs-spreadsheet>
@@ -525,6 +528,7 @@ The following code example shows how to save an Excel file using a hosted web se
525528
});
526529
};
527530
</script>
531+
```
528532

529533
{% endhighlight %}
530534
{% endtabs %}

0 commit comments

Comments
 (0)