Conversione dei file in MHTML in Python
Contents
[
Hide
]
Aspose.Cells - Conversione in MHTML
Per convertire il foglio di lavoro in un file MHTML utilizzando Aspose.Cells for Java in Python, basta invocare il metodo worksheet_to_mhtml() del modulo Converter.
Codice Python
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."
Scarica il codice in esecuzione
Scarica Conversione in MHTML (Aspose.Cells) da uno qualsiasi dei siti di codice sociale menzionati di seguito: