C# 클래스 ExcelToolKit.MarkDownExtension

파일 보기 프로젝트 열기: fanfeilong/exceltk

공개 메소드들

메소드 설명
ToMd ( this xls ) : IEnumerable
ToMd ( this xls, string sheet ) : MarkDownTable
ToMd ( this table, bool insertHeader = true ) : string

비공개 메소드들

메소드 설명
GetCellValue ( object cell ) : string

메소드 상세

ToMd() 공개 정적인 메소드

public static ToMd ( this xls ) : IEnumerable
xls this
리턴 IEnumerable

ToMd() 공개 정적인 메소드

public static ToMd ( this xls, string sheet ) : MarkDownTable
xls this
sheet string
리턴 MarkDownTable

ToMd() 공개 정적인 메소드

public static ToMd ( this table, bool insertHeader = true ) : string
table this
insertHeader bool
리턴 string