تحويل ملفات Excel إلى HTML في Python
Contents
[
Hide
]
Aspose.Cells - تحويل ملف Excel إلى HTML
لتحويل Excel إلى HTML باستخدام Aspose.Cells for Java في Python ، قم ببساطة بدعوة الطريقة worksheet_to_html() من وحدة Converter.
كود Python
saveFormat = self.SaveFormat
workbook = self.Workbook(self.dataDir + "Book1.xls")
#Save the document in PDF format
workbook.save(self.dataDir + "OutBook1.html", saveFormat.HTML)
\# Print message
print "\n Excel to HTML conversion performed successfully."
تحميل رمز التشغيل
قم بتنزيل تحويل ملف Excel إلى HTML (Aspose.Cells) من أي من المواقع الاجتماعية للبرمجة المذكورة أدناه: