Class TextConverter
Class TextConverter
이름 공간 : Aspose.Cells.LowCode 모임: Aspose.Cells.dll (25.4.0)
컨버터는 텍스트 기반 형식(csv, tsv 등) 및 다른 스프레드시트 파일 형식을 변환합니다.
public class TextConverter
Inheritance
Examples
TextConverter.Process("template.csv", "res.xlsx");
Methods
Process(스트링, 스트링)
텍스트 기반 파일과 다른 형식 사이에 데이터 템플릿 파일을 변환합니다.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
변환해야 하는 템플릿 파일
resultFile
string
결과 파일
Process(LowCodeLoadOptions, 낮은 코드Save옵션)
텍스트 기반 형식과 다른 스프레드시트 파일 형식을 변환합니다.
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
Parameters
loadOptions
LowCodeLoadOptions
입력 및 충전 옵션
saveOptions
LowCodeSaveOptions
생산 및 절약 옵션