Skip to content

Commit c746fdf

Browse files
FLUT-5534-[feature][flutter]: Modified the review changes.
1 parent 4202098 commit c746fdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flutter/datagrid/export-to-excel.md

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

145145
## Save the Excel document as file
146146

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.
147+
To save the file as Excel document, it’s necessary to include [mobile](https://help.syncfusion.com/flutter/xlsio/getting-started#create-an-excel-document-in-mobile), [web](https://help.syncfusion.com/flutter/xlsio/getting-started#create-an-excel-document-in-web) and [desktop](https://help.syncfusion.com/flutter/xlsio/getting-started#create-an-excel-document-in-desktop) platform-specific file generating code.
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 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.
133+
To save the file as PDF document, it’s necessary to include [mobile](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-open-a-pdf-document-in-mobile), [web](https://help.syncfusion.com/flutter/pdf/getting-started#save-and-download-a-pdf-document-in-web) and desktop platform-specific file generating code.
134134

135135
## Export DataGrid to PDF document
136136

0 commit comments

Comments
 (0)