C# 클래스 OfficeOpenXml.ExcelTextFormat

Describes how to split a CSV text. Used by the ExcelRange.LoadFromText method
파일 보기 프로젝트 열기: ylatuya/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
ExcelTextFormat ( ) : System

Describes how to split a CSV text Default values PropertyValue Delimiter, TextQualifierNone (\0) EOLCRLF CultureCultureInfo.InvariantCulture DataTypesEnd of line default CRLF SkipLinesBeginning0 SkipLinesEnd0 EncodingEncoding.ASCII

메소드 상세

ExcelTextFormat() 공개 메소드

Describes how to split a CSV text Default values PropertyValue Delimiter, TextQualifierNone (\0) EOLCRLF CultureCultureInfo.InvariantCulture DataTypesEnd of line default CRLF SkipLinesBeginning0 SkipLinesEnd0 EncodingEncoding.ASCII
public ExcelTextFormat ( ) : System
리턴 System