Spreadsheet::ParseExcel v0.09 by Hippo2000(2000/12/25) 目次 名前 概要 説明 関数 Workbook Worksheet Cell Formatterクラス 作者 参考資料 著作権 謝辞 名前 Spreadsheet::ParseExcel - Excelファイルから情報を取得する 概要 use strict; use Spreadsheet::ParseExcel; my $oExcel = new Spreadsheet::ParseExcel; #1.1 Normal Excel97 my $oBook = $oExcel->Parse('Excel/Test97.xls'); my($iR, $iC, $oWkS, $oWkC); print "FILE :", $oBook->{File} , "\n"; print