C# Class ExcelToolKit.MarkDownExtension

Show file Open project: fanfeilong/exceltk

Public Methods

Method Description
ToMd ( this xls ) : IEnumerable
ToMd ( this xls, string sheet ) : MarkDownTable
ToMd ( this table, bool insertHeader = true ) : string

Private Methods

Method Description
GetCellValue ( object cell ) : string

Method Details

ToMd() public static method

public static ToMd ( this xls ) : IEnumerable
xls this
return IEnumerable

ToMd() public static method

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

ToMd() public static method

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