Python'deki MHTML Dosyalarına Dönüştürme
Contents
[
Hide
]
Aspose.Cells - MHTML’e Dönüştürme
Python’de Aspose.Cells for Java’i kullanarak Worksheet’i MHTML dosyasına dönüştürmek için worksheet’i çağırmanız yeterlidir_ile_Dönüştürücü modülünün mhtml() yöntemi.
Python Kod
saveFormat = self.SaveFormat
# Specify the file path
filePath = self.dataDir + "Book1.xlsx"
# Specify the HTML saving options
sv = self.HtmlSaveOptions(saveFormat.M_HTML)
# Instantiate a workbook and open the template XLSX file
wb = self.Workbook(filePath)
# Save the MHT file
wb.save(filePath + ".out.mht", sv)
\# Print message
print "Excel to MHTML conversion performed successfully."
Çalışan Kodu İndir
İndirmekMHTML’e Dönüştürme (Aspose.Cells) aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: