Python da MHTML Dosyalarına Dönüştürme
Contents
[
Hide
]
Aspose.Cells - MHTML’ye Dönüştürme
Python’da Aspose.Cells for Java kullanarak Çalışsayfayı MHTML dosyasına dönüştürmek için, Converter modülünün worksheet_to_mhtml() yöntemini basitçe çağırın.
Python Kodu
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
Altta belirtilen sosyal kodlama sitelerinden herhangi birinden MHTML’ye Dönüştürme (Aspose.Cells)‘ı İndir