Konvertera till MHTML filer i Python

Aspose.Cells - Konvertera till MHTML

För att konvertera kalkylblad till MHTML-fil med hjälp av Aspose.Cells for Java i Python, använd enkelt worksheet_to_mhtml() metoden i Converter-modulen.

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."

Ladda ned körbar kod

Ladda ner Konvertera till MHTML (Aspose.Cells) från någon av de sociala kodningsplatserna nedan: