Konvertera Excel-filer till HTML i Python
Contents
[
Hide
]
Aspose.Cells - Konvertera Excel-fil till HTML
För att konvertera Excel till HTML med Aspose.Cells for Java i Python, anropa helt enkelt kalkylbladet_till_html()-metoden för konverteringsmodulen.
Python Kod
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."
Ladda ner Running Code
Ladda nerKonvertera Excel-fil till HTML (Aspose.Cells) från någon av nedan nämnda webbplatser för social kodning: