摘要: 一、导出数据格式 二、实现代码 /// <summary> /// 导出经费统计excel表格 /// </summary> /// <param name="taskid"></param> /// <param name="taskname"></param> /// <returns></re 阅读全文
posted @ 2016-03-10 20:58 潇潇与偕 阅读(3174) 评论(0) 推荐(1) 编辑
摘要: using System; namespace EMC.Core { /// <summary> /// 金额转换为大写 /// </summary> public class EcanRMB { /// <summary> /// 转换人民币大小金额 /// </summary> /// <par 阅读全文
posted @ 2016-03-10 17:40 潇潇与偕 阅读(411) 评论(0) 推荐(0) 编辑
摘要: public FileResult ExportExcel() { var sbHtml = new StringBuilder(); sbHtml.Append("<table border='1' cellspacing='0' cellpadding='0'>"); sbHtml.Append 阅读全文
posted @ 2016-03-10 14:31 潇潇与偕 阅读(297) 评论(0) 推荐(0) 编辑