0
1

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.

トレジャーデータでDownloadしたCSVをExcelで文字化けせずに開く方法

Last updated at Posted at 2020-08-05

トレジャーデータで抽出したデータをCSVダウンロードしてExcelで開くと日本語の文字化けがしてしまいます。
これを簡単に防ぐ方法のメモ。

手順

・データをSELECTしてDownloadボタンを押す

TD→Download→Excelで文字化けしない方法①.png

・Encodingで初期値がUTF-8になっているのを、SJISに変更する

TD→Download→Excelで文字化けしない方法②.png

これでダウンロードしたCSVをExcelで開いても文字化けしません。

この方法を知るまでは、トレジャーデーター上でデータをコピーし、値貼り付けして文字化け回避するなどで対処してたのですが、その苦労から解放されました。

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?