عرض أو إخفاء علامات التبويب في Python

Aspose.Cells - عرض إخفاء علامات التبويب

علامات التبويب الاختباء

لإخفاء علامات التبويب باستخدام ملفاتAspose.Cells Java لروبي ، مكالمةعرض وحدة.

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) لفئة المصنف.

Python كود

 # Displaying the tabs of the Excel file

workbook.getSettings().setSowTabs(true)

قم بتنزيل كود التشغيل

تحميلHello World (Aspose.Cells) من أي من مواقع الترميز الاجتماعي المذكورة أدناه: