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.
Web Dynpro for ABAP で日付付きの Excel ファイルをアップロードすると、日付が41851ではなく のように表示され7/31/2014ます。
41851
7/31/2014
どうすればこの問題を解決できますか?
Excel は日付を数値として格納します。その数値をご存知のように日付として表示するには、セルを日付セルとして書式設定します。
この数式 =TEXT(41851,"YYYY-mm-dd") を使用すると、日付が正しくアップロードされます (フォーマット文字列を必要なものに変更できます)。