12 2014 档案

摘要:public enum ClipboardFormats : uint { CF_TEXT = 1, CF_BITMAP = 2, CF_METAFILEPICT = 3, CF_SYLK = 4, CF_DIF = 5, ... 阅读全文
posted @ 2014-12-31 09:40 萧萧1949 阅读(330) 评论(0) 推荐(0)
摘要:StringBuilder sb = new StringBuilder(); sb.AppendLine("");sb.AppendLine("");sb.Append("需要插入的内容,按个人需求");sb.AppendLine("</table"); //导出格式为xls并进行转码 ... 阅读全文
posted @ 2014-12-30 11:24 萧萧1949 阅读(511) 评论(2) 推荐(1)