Mostra o nascondi le schede in Php

Aspose.Cells - Mostra o nascondi schede

Nascondere le schede

Per nascondere le schede utilizzandoAspose.Cells Java for PHP , chiamatadisplayhidetabs modulo.

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

Scaricamento**Nascondi o mostra o nascondi schede (Aspose.Cells)**da uno qualsiasi dei siti di social coding sotto indicati: