Visa eller dölj flikar i Php

Aspose.Cells - Visa eller dölj flikar

Döljer flikar

För att dölja flikar medAspose.Cells Java for PHP , ringa uppvisagömflikar modul.

PHP-kod

 //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");

Ladda ner Running Code

Ladda ner**Dölj eller visa eller dölj flikar (Aspose.Cells)**från någon av nedan nämnda webbplatser för social kodning: