process yöntemi
process(, seçenekler)
Birden fazla şablon dosyasını birleştirir.
@staticmethod
def process(options):
...
Parametre | Tip | Tanım |
---|---|---|
options | LowCodeMergeOptions | Dosyaları birleştirme seçenekleri |
process(, şablon_dosyaları, sonuç_dosyası)
Verilen şablon dosyalarını birleştir.
@staticmethod
def process(template_files, result_file):
...
Parametre | Tip | Tanım |
---|---|---|
template_files | list | Birleştirilecek şablon dosyaları |
result_file | str | Ortaya çıkan dosya |
Ayrıca bakınız
- modül
aspose.cells.lowcode
- sınıf
SpreadsheetMerger