RubyForge: ru_excel: Project Info It is simple Excel (*.xls) writer, indirect simplified port of pyExcelerator to ruby. Has support for encodings Excel ファイル (xls) を書き出す Ruby スクリプト。BIFF8 フォーマットで書き出すので日本語の長いテキストにも対応。バージョンがまだ若い不安もあるけど試してみた。 ドキュメントが見つからず使い方がさっぱりなのだがとりあえず単純な書き出しはできた。 require 'ru_excel' w = Excel::Workbook.new style = Excel::XFStyle.new style.font.name='Osaka' style.font.height=0x00f0 #