Skip to content

Commit e3bb476

Browse files
committed
spell check
1 parent 3df6279 commit e3bb476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAUI/DataGrid/export-to-excel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To export the SfDataGrid to an Excel file, the following NuGet package should be
2626
</table>
2727

2828
## Save Service class in portable project.
29-
Add the new class file with name as SaveService to the Project and add below code in it. This is the helper class used to save and view the excel file in Windows, Android, IOS and MAC devices.
29+
Add the new class file with name as SaveService to the Project and add below code in it. This is the helper class used to save and view the excel file in Windows, Android, iOS and MAC devices.
3030

3131
{% tabs %}
3232
{% highlight c# %}
@@ -228,9 +228,9 @@ Add the following code to the AndroidManifest.xml file located under Properties
228228
{% endhighlight %}
229229
{% endtabs %}
230230

231-
### Save and View the Excel document in IOS
231+
### Save and View the Excel document in iOS
232232

233-
Add the new class file with name SaveIOS file under Platforms -> IOS directory to save and view the Excel document in the IOS device and use the below code in it.
233+
Add the new class file with name SaveIOS file under Platforms -> iOS directory to save and view the Excel document in the iOS device and use the below code in it.
234234

235235
{% tabs %}
236236
{% highlight c# %}

0 commit comments

Comments
 (0)