码迷,mamicode.com
首页 >  
搜索关键字:aspose    ( 250个结果
Aspose.Pdf for .NET控件PDF文档到Excel、EPS、SVG等的转换
Aspose.Pdffor .NETv8.6.0于昨日发布,该版本包含一个相当令人期待和兴奋的功能——就是让你能转换PDF文件为MS Excel工作簿。使用这个新的更新,开发人员就可以转换PDF文件为XLS格式,PDF文件中每个页面都以一个单独的工作表呈现。以下代码片段展示了如何使用这项功能:123...
分类:Web程序   时间:2014-08-09 18:19:08    阅读次数:258
aspose.cells excel表格导入导出
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Reflection;using System.IO;using Aspose.Cells;using Syst...
分类:Web程序   时间:2014-08-08 18:04:16    阅读次数:371
关于Aspose强大的应用--EXECL
关于Aspose强大的应用--EXECL
分类:Web程序   时间:2014-08-03 12:30:35    阅读次数:265
Aspose.cell处理Excel
(一)从数据库中读取数据写入Excel中方法1;步骤:1、建立一个新的项目,引用动态链接库Aspose.dll2、见下面的原代码using System;using System.Collections.Generic;using System.Text;using Aspose.Cells;usi...
分类:Web程序   时间:2014-07-29 11:27:36    阅读次数:236
Aspose Linux下字体找不到报错
http://www.aspose.com/community/forums/thread/402193.aspxhttp://www.aspose.com/community/forums/thread/362576/aspose-and-fonts-on-linux.cannot-find-fo...
分类:Web程序   时间:2014-07-22 00:36:35    阅读次数:432
Excel插件类库的设计思路
一、插件功能:提供多种读取Excel的方式,如NPOI、Com、Aspose,调用接口一致,包括Excel文件路径,sheet名称、读取是否包含列头(即Excel第一行是否为列头行)二、实现思路 2.1 定义一个接口,该接口提供一个读取Excel的公共方法 public interface IE.....
分类:其他好文   时间:2014-07-19 09:13:47    阅读次数:170
Aspose.cells 导出Excel
//Exportprivate void btnExport_Click(object sender, RoutedEventArgs e){string strDataTime = System.DateTime.Now.ToString("yyyyMMdd_HHmmss");string str...
分类:Web程序   时间:2014-07-17 23:30:00    阅读次数:291
ASP.NET中数据棒图,饼图,柱状图的实现
Web中绘制图形的方法大致有:1. VML方式:功能强大,但是非常麻烦。 推荐:http://www.elook.net.cn/vml/2.使用控件:Dandus, Aspose.chart,ComponentOne使用方便。虽然有破解,但非开源。ComponetOne:http://blog.cs...
分类:Web程序   时间:2014-07-17 23:24:36    阅读次数:612
Aspose.cells 处理Excel文件
//浏览Excel文件 private void btnScan_Click(object sender, RoutedEventArgs e) { OpenFileDialog ofd = new OpenFileDialog(); ...
分类:Web程序   时间:2014-07-17 22:34:09    阅读次数:283
报表中的Excel操作之Aspose.Cells(Excel模板)
本文转载:http://www.cnblogs.com/whitewolf/archive/2011/03/21/Aspose_Cells_Template1.html
分类:Web程序   时间:2014-07-16 17:44:23    阅读次数:254
250条   上一页 1 ... 22 23 24 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!