Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EPPlus を使用してデータを Excel ファイルに書き込みました。
このようにフォーマットされた日付型の列があります
ws.Column(1).Style.Numberformat.Format = "yyyy-mm-dd h:mm";
ファイルには、正しく保存されています。
しかし、を使用して読み取ろうとするとws.Cells[1, 1].Value.、41500.678634259297 が出力されます。
ws.Cells[1, 1].Value.