Php de Bölünmüş Paneller
Contents
[
Hide
]
Aspose.Cells - Bölünmüş Panolar
Aspose.Cells Java for PHP kullanarak Bölünmüş Panelleri ayarlamak için SplitPanes modülünü çağırın.
PHP Kodu
$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);
Çalışan Kodu İndir
İndirin Bölünmüş Panolar (Aspose.Cells) any of the aşağıda bahsedilen sosyal kodlama sitelerinden: