عرض أو إخفاء أشرطة التمرير في بايثون

Aspose.Cells - عرض أو إخفاء أشرطة التمرير

إخفاء رؤوس الصف/العمود

لإخفاء رؤوس الصف العمود باستخدام Aspose.Cells جاڤا لبايثون, اطلب وحدة DisplayHideRowColumnHeaders.

كود Python

 workbook = self.Workbook(self.dataDir + "Book1.xls")

#Hiding the vertical scroll bar of the Excel file

workbook.getSettings().setVScrollBarVisible(False)

#Hiding the horizontal scroll bar of the Excel file

workbook.getSettings().setHScrollBarVisible(False)

#Saving the modified Excel file in default (that is Excel 2003) format

workbook.save(self.dataDir + "output.xls")

\# Print message

print "Scroll bars are now hidden, please check the output document."

جعل رؤوس الصف/العمود مرئية

جعل رؤوس الصف والعمود مرئية باستخدام الوسيطة setRowColumnHeadersVisible(true) في فئة Worksheet.

كود Python

 # Displaying the headers of rows and columns

worksheet.setRowColumnHeadersVisible(true)

تحميل رمز التشغيل

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