摘要:
/// /// 导出Excel Datatable版本 /// /// 导出的Datatable /// 导出EXCEL的名称 不需要要带有扩展名_xls public static void NewExportExcelScore(DataTable dt, string Title, string colHe... 阅读全文
摘要:
/// /// 转换人民币大小金额 /// /// 金额 /// 返回大写形式 public static string ToChinesecapital(this decimal num) { //用于判断正负 decimal sour... 阅读全文