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.
Pythonモジュールであるxlsx2csv.pyを使用して、一連の.xlsxファイルを.csvファイルに変換しました。一部の日付フィールドがシリアル番号として変換されていることに気付きました。
For example : 41421 41422 41423 41424 41425
コマンドを使用して(Windowsデスクトップに移動して変換せずに)Unixサーバー自体でこれらの数値を適切な形式に変換する方法を誰かに提案できますか?
それは純粋な推測ですが、pythonモジュールで使用される変換スキームを確認し、それをデコードする必要があると思います。これは、pythonモジュールxlsx2csv.pyを使用したためです。