File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
ej2-asp-core-mvc/spreadsheet Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,6 @@ The following code example shows how to open an Excel file using a hosted web se
127
127
128
128
{% if page.publishingplatform == "aspnet-core" %}
129
129
130
- {% tabs %}
131
- {% highlight cshtml tabtitle="CSHTML" %}
132
-
133
130
```
134
131
<ejs-spreadsheet id="spreadsheet" openUrl="https://xxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/open" allowOpen = "true" beforeOpen="beforeOpen">
135
132
@@ -180,14 +177,8 @@ The following code example shows how to open an Excel file using a hosted web se
180
177
</script>
181
178
```
182
179
183
- {% endhighlight %}
184
- {% endtabs %}
185
-
186
180
{% elsif page.publishingplatform == "aspnet-mvc" %}
187
181
188
- {% tabs %}
189
- {% highlight razor tabtitle="CSHTML" %}
190
-
191
182
```
192
183
@Html.EJS().Spreadsheet("spreadsheet").OpenUrl("https://xxxxxxxxxxxxxxxxxx.amazonaws.com/Prod/api/spreadsheet/open").AllowOpen(true).BeforeOpen("beforeOpen").Render()
193
184
@@ -236,9 +227,6 @@ The following code example shows how to open an Excel file using a hosted web se
236
227
</script>
237
228
```
238
229
239
- {% endhighlight %}
240
-
241
- {% endtabs %}
242
230
{% endif %}
243
231
244
232
### Open an excel file from Base64 string data
You can’t perform that action at this time.
0 commit comments