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)**以下のソーシャルコーディングサイトのいずれかから: