Blocca i riquadri in Php
Contents
[
Hide
]
Aspose.Cells - Congelamento Riquadri
Per bloccare i riquadri nel documento del foglio di calcolo utilizzandoAspose.Cells Java for PHP , semplicemente invocareFreezePanes modulo.
Codice PHP
//Instantiating a Excel object by excel file path
$workbook = new Workbook($dataDir . "book.xls");
//Accessing the first worksheet in the Excel file
$worksheets = $workbook->getWorksheets();
$worksheet = $worksheets->get(0);
//Applying freeze panes settings
$worksheet->freezePanes(3,2,3,2);
//Saving the modified Excel file in default format
$workbook->save($dataDir . "book.out.xls");
Scarica il codice in esecuzione
Scaricamento**Blocca riquadri (Aspose.Cells)**da uno qualsiasi dei siti di social coding sotto indicati: