Skip to content

Commit d0c1a32

Browse files
authored
Merge pull request #2050 from syncfusion-content/871981-ImportData-Notes
871981 - Add UG notes for importing data with string type
2 parents 46993c0 + c309d5d commit d0c1a32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

File-Formats/XlsIO/Working-with-Data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ End Using
8181

8282
A complete working example to import data from DataTable to Excel worksheet in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Import%20and%20Export%20Data/DataTable%20to%20Worksheet).
8383

84+
N> XlsIO imports the data from data table into Excel worksheet based on the data table column type. So, it is suggested to create the data tables with required column types such as number, text or date time before importing the data table to Excel worksheet.
85+
8486
### Import Data from DataColumn
8587

8688
The following code snippet illustrates how to import DataColumn into a worksheet using [ImportDataColumn](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_ImportDataColumn_System_Data_DataColumn_System_Boolean_System_Int32_System_Int32_) method.

0 commit comments

Comments
 (0)