Skip to content

Commit 61c15ad

Browse files
Update 20.12
1 parent ebf9735 commit 61c15ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/CSharp/Articles/ManagingWorkbooksWorksheets/ExportExcelDataToDataTableWithoutFormatting.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ public static void Run()
3131
// Display the cell values as it displays in excel
3232
Console.WriteLine("Cell String Value: " + cell.StringValue);
3333

34-
// Display the cell value without any format
35-
Console.WriteLine("Cell String Value without Format: " + cell.StringValueWithoutFormat);
34+
3635

3736
// Export Data Table Options with FormatStrategy as CellStyle
3837
ExportTableOptions opts = new ExportTableOptions();

0 commit comments

Comments
 (0)