Excel Dosyalarını Python'de HTML'e Dönüştürme
Contents
[
Hide
]
Aspose.Cells - Excel Dosyasını HTML’e Dönüştürme
Python’de Aspose.Cells for Java’i kullanarak Excel’i HTML’e dönüştürmek için çalışma sayfasını çağırmanız yeterlidir_ile_Dönüştürücü modülünün html() yöntemi.
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."
Çalışan Kodu İndir
İndirmekExcel Dosyasını HTML’e (Aspose.Cells) Dönüştürme aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: