Excel Dosyalarını Ruby'de HTML'e Dönüştürme

Aspose.Cells - Excel Dosyalarını HTML’e Dönüştürme

Ruby’de Aspose.Cells for Java kullanarak Excel’i HTML’e dönüştürmek için çalışma sayfasını çağırmanız yeterlidir_ile_Dönüştürücü modülünün html() yöntemi.

Yakut Kodu

 def worksheet_to_html(workbook)

    save_format = Rjb::import('com.aspose.cells.SaveFormat')

    # Specify the HTML saving options

    save = Rjb::import('com.aspose.cells.HtmlSaveOptions').new(save_format.M_HTML)

    # Save the document

    workbook.save(@data_dir + "output.html", save)

    puts "HTML saved successfully."

end 

Çalışan Kodu İndir

İndirmekExcel Dosyalarını HTML’e (Aspose.Cells) Dönüştürmeaşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: