Congela riquadri in Php

Aspose.Cells - Fissa i riquadri

Per congelare riquadri nel documento del foglio di calcolo utilizzando Aspose.Cells Java per PHP, basta invocare il modulo FreezePanes.

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

Scarica Blocca Riquadri (Aspose.Cells) da uno dei siti di codice sociale sotto indicati: