■説明 Excelファイルからサーバの設定ファイルを自動で生成するツールがPerlで作れたらなぁと思いモジュールをごそごそと探してみたら「Spreadsheet::ParseExcel」を見つけたのでちょっと使ってみました。 実装まではそこまで難しくなかったのですが、とりあえず色々(日本語の取り扱い)あったのでメモっときます。 (1)Spreadsheet::ParseExcel のインストール [root@example ~]# cpan -i Spreadsheet::ParseExcel [root@example ~]# cpan -i Jcode [root@example ~]# cpan -i Unicode::Map [root@example ~]# perl -MSpreadsheet::ParseExcel ^C # Ctl+Cで抜ける [root@example ~