Method | Description | |
---|---|---|
ToMd ( this xls ) : IEnumerable |
||
ToMd ( this xls, string sheet ) : |
||
ToMd ( this table, bool insertHeader = true ) : string |
Method | Description | |
---|---|---|
GetCellValue ( object cell ) : string |
public static ToMd ( this xls ) : IEnumerable |
||
xls | this | |
return | IEnumerable |
public static ToMd ( this xls, string sheet ) : |
||
xls | this | |
sheet | string | |
return |
public static ToMd ( this table, bool insertHeader = true ) : string | ||
table | this | |
insertHeader | bool | |
return | string |