Dosyaları PHP'de Açmak

Aspose.Cells - Excel Dosyalarını Aç

Yoldan Açma

Dosyanın yoluna başvurarak bir Microsoft Excel dosyasını açmanız yeterlidir

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

İndirmek**Dosyaları Açma (Aspose.Cells)**aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: