Ruby de MHTML Dosyalarına Dönüştürme

Aspose.Cells - MHTML Dosyalarına Dönüştürme

Ruby’de Aspose.Cells for Java kullanarak Çalışma Sayfasını MHTML dosyasına dönüştürmek için, basitçe Converter modülünün worksheet_to_mhtml() metodunu çağırın.

Ruby Kodu

 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

Çalışan Kodu İndir

Aspose.Cells ile MHTML Dosyalarına Dönüştürme‘yi aşağıda belirtilen sosyal kodlama sitelerinden herhangi birinden indirin: