Ruby で MHTML ファイルに変換する
Contents
[
Hide
]
Aspose.Cells - MHTML ファイルに変換する
Ruby で Aspose.Cells for Java を使用して Worksheet を MHTML ファイルに変換するには、Converter モジュールの worksheet_to_mhtml() メソッドを単純に呼び出します。
Ruby Code
def worksheet_to_mhtml(workbook)
save_format = Rjb::import('com.aspose.cells.SaveFormat')
# Specify the HTML saving options
sv = Rjb::import('com.aspose.cells.HtmlSaveOptions').new(save_format.M_HTML)
# Save the document
workbook.save(@data_dir + "convert.mht", sv)
puts "MHTML saved successfully."
end
ランニングコードのダウンロード
以下に挙げるいずれかのソーシャルコーディングサイトから、Converting to MHTML Files (Aspose.Cells) をダウンロードしてください: