process yöntemi

process(, şablon_dosyası, sonuç_dosyası)

Verilen şablon dosyasını html ve diğer formatlar arasında dönüştürür.


@staticmethod
def process(template_file, result_file):
    ...
ParametreTipTanım
template_filestrDönüştürülecek şablon dosyası
result_filestrOrtaya çıkan dosya

process(, yükleme_seçenekleri, kaydetme_seçenekleri)

Dosyayı HTML ve diğer elektronik tablo dosya biçimleri arasında dönüştürür.


@staticmethod
def process(load_options, save_options):
    ...
ParametreTipTanım
load_optionsLowCodeLoadOptionsGiriş ve yükleme seçenekleri
save_optionsLowCodeSaveOptionsÇıktı ve kaydetme seçenekleri

Ayrıca bakınız