Geteilte Fenster in Php
Contents
[
Hide
]
Aspose.Cells - Geteilte Scheiben
So teilen Sie Fenster mitAspose.Cells Java for PHP , einfach aufrufenSplitPanes Modul.
PHP-Code
$saveFormat = new SaveFormat();
//Instantiate a new workbook
//Open a template file
$book = new Workbook($dataDir . "book.xls");
//Set the active cell
$book->getWorksheets()->get(0)->setActiveCell("A20");
//Split the worksheet window
$book->getWorksheets()->get(0)->split();
//Save the excel file
$book->save($dataDir . "book.out.xls", $saveFormat->EXCEL_97_TO_2003);
Laufcode herunterladen
Download**Geteilte Scheiben (Aspose.Cells)**von einer der unten genannten Social-Coding-Sites: