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 Worksheet’i MHTML dosyasına dönüştürmek için worksheet’i çağırmanız yeterlidir_ile_Dönüştürücü modülünün mhtml() yöntemi.

Yakut 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

İndirmek**MHTML Dosyalarına Dönüştürme (Aspose.Cells)**aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: