書式設定なしで 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