ExcelデータをDataTableにエクスポートして任意の書式なしで確認

サンプルコード

次のサンプルは、ExportTableOptions.FormatStrategyプロパティを使用してExcelデータをフォーマットありおよびなしでエクスポートする方法を説明しています。

コンソール出力

上記サンプルコードのコンソールデバッグ出力は次のとおりです

Cell String Value: 0.01

Cell String Value without Format: 0.012345

Export Data Table with Format Strategy as Cell Style: 0.01

Export Data Table with Format Strategy as None: 0.012345