معاينة فاصل الصفحة في Python

Aspose.Cells - Hello World

لتعيين ورقة العمل لمعاينة فاصل الصفحة باستخدامAspose.Cells Java for Python ، ببساطة استدعاءمعاينة PageBreak وحدة.

Python كود

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

# Adding a new worksheet to the Workbook object

worksheets = workbook.getWorksheets()

worksheet = worksheets.get(0)

# Displaying the worksheet in page break preview

worksheet.setPageBreakPreview(True)

# Saving the modified Excel file in default format

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

\# Print message

print "Page break preview is enabled for sheet 1, please check the output document." 

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

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