C# Class ExcelToolKit.MarkDownExtension

Afficher le fichier Open project: fanfeilong/exceltk

Méthodes publiques

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

Private Methods

Méthode Description
GetCellValue ( object cell ) : string

Method Details

ToMd() public static méthode

public static ToMd ( this xls ) : IEnumerable
xls this
Résultat IEnumerable

ToMd() public static méthode

public static ToMd ( this xls, string sheet ) : MarkDownTable
xls this
sheet string
Résultat MarkDownTable

ToMd() public static méthode

public static ToMd ( this table, bool insertHeader = true ) : string
table this
insertHeader bool
Résultat string