عرض أو إخفاء علامات التبويب في Python
Contents
[
Hide
]
Aspose.Cells - عرض إخفاء علامات التبويب
إخفاء علامات التبويب
لإخفاء علامات التبويب باستخدام Aspose.Cells جافا لـ Ruby، اتصل بوحدة displayhidetabs.
كود Python
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."
جعل علامات التبويب مرئية
اجعل علامات التبويب مرئية بواسطة الطبقة المحورية مع طريقة setSheetTabBarHidden(false) من فئة Workbook.
كود Python
# Displaying the tabs of the Excel file
workbook.getSettings().setSowTabs(true)
تحميل رمز التشغيل
تحميل مرحبًا بالعالم (Aspose.Cells) من أي من مواقع الترميز الاجتماعي المذكورة أدناه: