PHP de Dosyaları Açma
Contents
[
Hide
]
Aspose.Cells - Excel Dosyalarını Açma
Yoluyla Açma
Bir Microsoft Excel dosyasını basitçe dosyanın yolunu referans vererek açın
PHP Kodu
$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());
Çalışan Kodu İndir
Aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden Dosyaları Açma (Aspose.Cells) örneğini indirin: