Python の分割ペイン
Contents
[
Hide
]
Aspose.Cells - ペインの分割
を使用してペインを分割するにはAspose.Cells Java for Python、単に呼び出すSplitPanesモジュール。
Python コード
saveFormat = self.SaveFormat;
workbook = self.Workbook(self.dataDir + "Book1.xls")
# Set the active cell
workbook.getWorksheets().get(0).setActiveCell("A20");
# Split the worksheet window
workbook.getWorksheets().get(0).split();
# Save the excel file
workbook.save(self.dataDir + "book.out.xls", saveFormat.EXCEL_97_TO_2003);
# Print Message
print "Panes split successfully."
実行中のコードをダウンロード
ダウンロード**分割ペイン (Aspose.Cells)**以下のソーシャルコーディングサイトのいずれかから: