PHPでファイルを保存する

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());

        //Your Code goes here for any workbook related operations

        $ptr->Call($workbook,"Save",array($dataDir.'/book1.xls'));

        print "File saved successfully!" . PHP_EOL;

ランニングコードのダウンロード

以下のいずれかのソーシャルコーディングサイトから、**ファイルを保存する(Aspose.Cells)**をダウンロードしてください: