1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【C#】Xlsxで取り込んだ日付が表示と違う数字になっている

Posted at

概要

  • Excelに記載がある日付がEPPlusで読み取った時と別の値になっている

使用バージョン

  • .netframwork 4.6.1
  • EPPlus 4.5.3.3

実際のデータ

  • 拡張子[xlsx]で以下の表記になっています。

2020-01-30_23h48_41.png

  • セルの内容は2020/2/20となっている。
  • EPPlusで読み取ると「43881」

原因

  • OLEオートメーション日付だったため

わかった方法

  • 「xlsx」は「Zip」形式のため、7zip等で解凍できる。
  • 辿っていくと表記が以下のようになっていた
    image.png
  • たしかに「43881」と記載がある。

対策

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?