We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf9735 commit 61c15adCopy full SHA for 61c15ad
Examples/CSharp/Articles/ManagingWorkbooksWorksheets/ExportExcelDataToDataTableWithoutFormatting.cs
@@ -31,8 +31,7 @@ public static void Run()
31
// Display the cell values as it displays in excel
32
Console.WriteLine("Cell String Value: " + cell.StringValue);
33
34
- // Display the cell value without any format
35
- Console.WriteLine("Cell String Value without Format: " + cell.StringValueWithoutFormat);
+
36
37
// Export Data Table Options with FormatStrategy as CellStyle
38
ExportTableOptions opts = new ExportTableOptions();
0 commit comments