Convirtiendo archivos a archivos MHTML en Python

Aspose.Cells - Convertir a MHTML

Para convertir Hoja de cálculo a archivo MHTML usando Aspose.Cells for Java en Python, simplemente invoque el método worksheet_to_mhtml() del módulo Converter.

Código 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."

Descargar Código en Ejecución

Descargar Convertir a MHTML (Aspose.Cells) desde cualquiera de los sitios de codificación social mencionados a continuación: