Hello World 在 Python

Aspose.Cells - Hello World

Hello World 在 Python 中使用 Aspose.Cells Java,只需调用 Document 类的 HelloWorld() 方法并指定要在末尾追加的第二个文档。

Python 代码

 workbook = self.Workbook()

sheet = workbook.getWorksheets().get(0)

cell = sheet.getCells().get("A1")

cell.setValue("Hello World!")

file_format_type = self.FileFormatType

workbook.save(self.dataDir + "HelloWorld.xls" , file_format_type.EXCEL_97_TO_2003 )

print "Document has been saved, please check the output file.";

下载运行代码

下载**Hello World (Aspose.Cells)**来自以下任何社交编码网站: