فتح الملفات في 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) من أي من المواقع الاجتماعية المذكورة أدناه: