Python da Sekmeleri Göster veya Gizle.
Contents
[
Hide
]
Aspose.Cells - Sekmeleri Göster veya Gizle
Sekmeleri Gizleme
Aspose.Cells Java for Ruby ile sekmeleri gizlemek için displayhidetabs modülünü çağırın.
Python Kodu
workbook = self.Workbook(self.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(self.dataDir + "output.xls")
\# Print message
print "Tabs are now hidden, please check the output file."
Sekmeleri Görünür Yapma
workbook sınıfının setSheetTabBarHidden(false) metodunu kullanarak sekmeleri görünür yapın.
Python Kodu
# Displaying the tabs of the Excel file
workbook.getSettings().setSowTabs(true)
Çalışan Kodu İndir
Herhangi bir sosyal kodlama sitesinden Merhaba Dünya (Aspose.Cells)‘ı indirin