Salvataggio di file in PHP
Contents
[
Hide
]
Aspose.Cells - Salva File Excel
Apertura attraverso il percorso
Salvataggio di un file Excel Microsoft facendo riferimento al percorso del file
Codice 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;
Scarica il codice in esecuzione
Scaricamento**Salvataggio file (Aspose.Cells)**da uno qualsiasi dei siti di social coding sotto indicati: