Afficher ou masquer les onglets en PHP
Contents
[
Hide
]
Aspose.Cells - Afficher ou masquer les onglets
Masquer les onglets
Pour masquer les onglets à l’aide deAspose.Cells Java for PHP , téléphoner àafficher les onglets masqués module.
Code 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");
Télécharger le code d’exécution
Télécharger**Masquer ou afficher ou masquer les onglets (Aspose.Cells)**à partir de l’un des sites de codage social mentionnés ci-dessous :