转换为 Python 中的 MHTML 文件

Aspose.Cells - 转换为 MHTML

要使用 Python 中的 Aspose.Cells for Java 将工作表转换为 MHTML 文件,只需调用工作表_到_Converter 模块的 mhtml() 方法。

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

下载运行代码

下载**转换为 MHTML (Aspose.Cells)**来自以下任何社交编码网站: