0
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 5 years have passed since last update.

たくさんのExcel97-2003(xls)ファイルをExcel2007以降(xlsx)ファイルに変換する方法(Mac用)

Posted at

以下はExcelを同時に開き変換して閉じる作業を自動化します。ファイル数によってはExcelが落ちてしまうので気をつけて下さい。だいたい100ファイルくらいで落ちます。

はじめに

この方法はMacのExcel 2010とAutomatorでやりました。WindowsだとVBやC#かバッチファイルでなんとかなるんだと思います。

経緯

たくさんのxlsファイルがありました。そのファイルの中から画像を抜き出したいと思いました。
色々と調べてみるとどうやらxlsxは拡張子zipに変えるだけでzip解凍できフォルダの中に画像があるとのこと。

それではこのxlsファイルをxlsxファイルにすればよいのですが、ファイルが約800ファイル近くあり、一つずつ手作業でExcelで開いてxlsxに変更して「名前を付けて保存」を繰り返すのは想像するだけでしんどかったので、Macに付属するAutomatorの活用を考えました。

Automatorの設定

  1. Automatorを起動してApplicationを選択する。
Screen Shot 2016-06-09 at 14.10.24.png 2. Finderから「Get Specified Finder Items」(特定のファインダーアイテムを取得)をドラッグアンドドロップ Screen Shot 2016-06-09 at 14.11.03.png 3. Actionの上の検索キーにexcelと入力して「Convert Format of Excel Files」(Excelファイルのフォーマットを変換)を見つけてドラッグアンドドロップ Screen Shot 2016-06-09 at 14.12.04.png

4.Automatorを保存します。(念のため)

5.変換したい xlsファイルをドラッグアンドドロップします。

6.右上のRunボタンをクリックします。

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