Mostra o nascondi le schede in Php

Aspose.Cells - Visualizza o Nascondi Schede

Nascondere le schede

Per nascondere le schede utilizzando Aspose.Cells Java for PHP, chiamare il modulo displayhidetabs.

Codice PHP

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

Scarica il codice in esecuzione

Scarica Nascondi o Visualizza o Nascondi Schede (Aspose.Cells) da uno dei siti di codice sociale sotto indicati: