Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To hide tabs using Aspose.Cells Java for PHP, call the displayhidetabs module.
PHP Code
// 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 the default (i.e., Excel 2003) format
$workbook->save($dataDir . "output.xls");
Download Hide or Display Tabs (Aspose.Cells) from any of the below‑mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.