Skip to content

Commit 3df6279

Browse files
committed
compilation errors
1 parent 5249eca commit 3df6279

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
-94.1 KB
Loading
-91.3 KB
Loading
-93.9 KB
Loading

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 excell 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# %}
@@ -230,7 +230,7 @@ Add the following code to the AndroidManifest.xml file located under Properties
230230

231231
### 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 Excell 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# %}
@@ -356,7 +356,7 @@ namespace GettingStarted
356356

357357
### Save and View the Excel document in MacCatalyst
358358

359-
Add the new class file with name SaveMAC file under Platforms -> MacCatylyst directory to save and view the Excel document in the MAC Device and use the below code in it.
359+
Add the new class file with name SaveMAC file under Platforms -> MacCatalyst directory to save and view the Excel document in the MAC Device and use the below code in it.
360360

361361
{% tabs %}
362362
{% highlight c# %}

0 commit comments

Comments
 (0)