Php de Sekmeleri Göster veya Gizle

Aspose.Cells - Sekmeleri Göster veya Gizle

Sekmeleri Gizleme

Aspose.Cells Java for PHP kullanarak sekmeleri gizlemek için displayhidetabs modülünü çağırın.

PHP Kodu

 //Instantiating a Workbook object by excel file path

$workbook = new Workbook($dataDir . "book1.xls");

//Hiding the tabs of the Excel file

$workbook->getSettings()->setShowTabs(false);

//Saving the modified Excel file in default (that is Excel 2003) format

$workbook->save($dataDir + "output.xls");

Çalışan Kodu İndir

Herhangi bir sosyal kodlama sitesinden Aspose.Cells ile Sekmeleri Gizle veya Göster’i indirin: