
Office
Alex.Wang~
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
基于Aspose Excel导出和导入
using Aspose.Cells; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace AsposeDLL { public class Aspose_...原创 2019-12-10 20:51:28 · 514 阅读 · 0 评论 -
基于Aspose的doc、xls、pdf格式转换
using Aspose.Slides; namespace AsposeDLL { /// <summary> /// doc、xls、pdf格式转换 /// </summary> class FormatConversionClass { /// <summary> /// Doc转Pd...原创 2019-12-10 20:45:32 · 549 阅读 · 0 评论