Skip to content

Commit 6b787b8

Browse files
committed
897088: Addressed the review comments.
1 parent b27ea34 commit 6b787b8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ The following code example shows how to open an Excel file using a hosted web se
127127

128128
{% if page.publishingplatform == "aspnet-core" %}
129129

130-
{% tabs %}
131-
{% highlight cshtml tabtitle="CSHTML" %}
132-
133130
```
134131
<ejs-spreadsheet id="spreadsheet" openUrl="https://xxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/open" allowOpen = "true" beforeOpen="beforeOpen">
135132
@@ -180,14 +177,8 @@ The following code example shows how to open an Excel file using a hosted web se
180177
</script>
181178
```
182179

183-
{% endhighlight %}
184-
{% endtabs %}
185-
186180
{% elsif page.publishingplatform == "aspnet-mvc" %}
187181

188-
{% tabs %}
189-
{% highlight razor tabtitle="CSHTML" %}
190-
191182
```
192183
@Html.EJS().Spreadsheet("spreadsheet").OpenUrl("https://xxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/open").AllowOpen(true).BeforeOpen("beforeOpen").Render()
193184
@@ -236,9 +227,6 @@ The following code example shows how to open an Excel file using a hosted web se
236227
</script>
237228
```
238229

239-
{% endhighlight %}
240-
241-
{% endtabs %}
242230
{% endif %}
243231

244232
### Open an excel file from Base64 string data

0 commit comments

Comments
 (0)