Class TextConverter

Class TextConverter

İsim alanı : Aspose.Cells.LowCode Toplantı: Aspose.Cells.dll (25.4.0)

Metin tabanlı biçimler (csv, tsv ve dif) ve diğer spreadsheet dosya biçimleri arasındaki dönüştürücü.

public class TextConverter

Inheritance

object TextConverter

Examples

TextConverter.Process("template.csv", "res.xlsx");

Methods

Process(String ve String)

Belirli şablon dosyalarını metin tabanlı dosyalar ve diğer biçimler arasında dönüştürür.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Şablon dosyası dönüştürülür

resultFile string

Sonuç dosyası

Process(LowCodeLoadOptions, düşük kodlu seçenekler)

Dosya biçimini metin tabanlı biçimler ve diğer spreadsheet dosya formatları arasında dönüştürür

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Giriş ve Yükleme Seçenekleri

saveOptions LowCodeSaveOptions

Üretim ve tasarruf seçenekleri

 Türkçe