PHPでファイルを開く
Contents
[
Hide
]
Aspose.Cells - Excelファイルを開く
ファイルのパスを通じて開く
単純に、Microsoft Excelファイルをファイルのパスを参照して開きます
PHPコード
$dataDir = '';
// Create Aspose.Cells Helper Object
$ptr = new \COM('Aspose.Cells.Interop.InteropHelper');
// Opening through Path
// Creating a Workbook object and opening an Excel file using its file path
$workbook = $ptr->New("Aspose.Cells.Workbook",array($dataDir . '/Book1.xls'));
$worksheets = $ptr->Get($workbook,"Worksheets",array());
ランニングコードのダウンロード
以下のいずれかのソーシャルコーディングサイトから、**ファイルを開く(Aspose.Cells)**をダウンロードしてください: