随笔分类 -  Open API(word,txt,excel,pdf)

摘要:Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers. Aspose for Cloud’s REST APIs give developers... 阅读全文
posted @ 2014-04-18 13:14 happyu0223 阅读(157) 评论(0) 推荐(0)
摘要:In one of my previous articles I explained Export GridView with Images from database to Word, Excel and PDF FormatsIn this article I am explaining how to Export GridView to Microsoft Word, Microsoft Excel and Portable Document Format (PDF) which has images and pictures in it. Here I am exporting a G 阅读全文
posted @ 2014-04-01 16:12 happyu0223 阅读(522) 评论(0) 推荐(0)
摘要:Have a look at ExeclPackagePlus http://epplus.codeplex.comIt's great for these kinds of scenarios. private void DumpExcel(DataTable tbl) { try{ // OfficeOpenXml.ExcelPackage using (ExcelPackage pck = new ExcelPackage()) { //Create the worksheet ... 阅读全文
posted @ 2014-03-25 11:40 happyu0223 阅读(361) 评论(0) 推荐(0)