在 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)**来自以下任何社交编码网站: