Skip to content

Commit 0b8fb53

Browse files
committed
871981-ImportData-Notes
1 parent f000d7e commit 0b8fb53

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
@@ -24,6 +24,8 @@ The following code snippet illustrates on how to import a DataTable into a works
2424

2525
N> XlsIO supports importing of data from data table to worksheet in Windows Forms, WPF, ASP.NET, ASP.NET MVC and ASP.NET Core (2.0 onwards) platforms alone.
2626

27+
N> When the data table column contains numbers and date values formatted as text, they will be imported as string type only. The number formatting applied to the data table column values will not be effective. To address this, the data table column values should be preserved with their respective data type.
28+
2729
{% tabs %}
2830
{% highlight c# tabtitle="C# [Cross-platform]" %}
2931
using (ExcelEngine excelEngine = new ExcelEngine())

0 commit comments

Comments
 (0)