Skip to content

Commit 4202098

Browse files
FLUT-5534-[feature][flutter]: Modified the document in pdf and excel.
1 parent 0b17a88 commit 4202098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Flutter/datagrid/export-to-excel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ Widget build(BuildContext context) {
142142
{% endhighlight %}
143143
{% endtabs %}
144144

145-
## Save the PDF document as file
145+
## Save the Excel document as file
146146

147-
To save the file in excel document, platform specific file generation code should be added. You can include the code snippets to create documents in [mobile](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-open-a-pdf-document-in-mobile) and [web](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-download-a-pdf-document-in-web) platforms.
147+
To save the file as excel document, platform specific file generation code should be added. You can find the code snippets to create documents in [mobile](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-open-a-pdf-document-in-mobile) and [web](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-download-a-pdf-document-in-web) platforms.
148148

149149
## Export DataGrid to Excel workbook
150150

Flutter/datagrid/export-to-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Widget build(BuildContext context) {
130130

131131
## Save the PDF document as file
132132

133-
To save the file in pdf document, platform specific file generation code should be added. You can include the code snippets to create documents in [mobile](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-open-a-pdf-document-in-mobile) and [web](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-download-a-pdf-document-in-web) platforms.
133+
To save the file as pdf document, platform specific file generation code should be added. You can find the code snippets to create documents in [mobile](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-open-a-pdf-document-in-mobile) and [web](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-download-a-pdf-document-in-web) platforms.
134134

135135
## Export DataGrid to PDF document
136136

0 commit comments

Comments
 (0)