资源简介
aspose cells for java 18.9最新完美破解版,无水印无文件大小限制,无使用时间限制。由于aspose比较吃内存,操作大一点的文件就会堆溢出,所以请先设置好java虚拟机参数:-Xms1024m -Xmx1024m(参考值)。如果亲们在使用过程中有任何问题,请在楼下回复即可。本人亲自破解,内含Eclipse工程,直接导入Eclipse就能运行demo。适用于jdk6.0的环境,免费下载!警告:请勿用于商业用途,仅供学习研究,如有任何版权纠纷,本人概不负责!
代码片段和文件信息
package com.demo;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import com.aspose.cells.License;
import com.aspose.cells.SaveFormat;
import com.aspose.cells.Workbook;
/**
* aspose for pdf
*
*
* 最新完美破解版,无水印无文件大小限制,无使用时间限制
* 由于aspose比较吃内存,操作大一点的文件就会堆溢出,所以请先设置好java虚拟机参数:-Xms1024m -Xmx1024m(参考值)
* 如果亲们在使用过程中有任何问题,请在CSDN下载界面留言,或者联系QQ群931233662询问
* 本人亲自破解,内含Eclipse工程,直接导入Eclipse就能运行该demo
*
* 适用于jdk6.0的环境,免费使用!
*
* ======警告:请勿用于商业用途,仅供学习研究使用,如有任何版权纠纷,本人概不负责!=====
*
* @author Aspose
*
*/
public class TestCells {
private static InputStream license;
private static InputStream fileInput;
private static File outputFile;
/**
* 获取license
*
* @return
*/
public static boolean getLicense() {
boolean result = false;
try {
ClassLoader loader = Thread.currentThread().getContextClassLoader();
license = new FileInputStream(loader.getResource(“license.xml“).getPath());// 凭证文件
fileInput = new FileInputStream(loader.getResource(“test.xlsx“).getPath());// 待处理的文件
outputFile = new File(“/D/test.pdf“);// 输出路径
License aposeLic = new License();
aposeLic.setLicense(license);
result = true;
} catch (Exception e) {
e.printStackTrace();
}
return result;
}
/**
*
* @param args
*/
public static void main(String[] args) {
// 验证License
if (!getLicense()) {
return;
}
try {
long old = System.currentTimeMillis();
Workbook wb = new Workbook(fileInput);
FileOutputStream fileOS = new FileOutputStream(outputFile);
wb.save(fileOS SaveFormat.PDF);
long now = System.currentTimeMillis();
System.out.println(“共耗时:“ + ((now - old) / 1000.0) + “秒\n\n“ + “文件保存在:“ + outputFile.getPath());
} catch (Exception e) {
e.printStackTrace();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-07-17 21:07 AsposeCells\
文件 410 2018-10-13 17:31 AsposeCells\.classpath
文件 387 2015-09-08 12:45 AsposeCells\.project
目录 0 2018-07-17 21:07 AsposeCells\.settings\
文件 57 2015-10-23 09:57 AsposeCells\.settings\org.eclipse.core.resources.prefs
文件 598 2015-09-08 12:45 AsposeCells\.settings\org.eclipse.jdt.core.prefs
目录 0 2018-10-13 17:39 AsposeCells\bin\
目录 0 2018-10-13 17:39 AsposeCells\bin\com\
目录 0 2018-10-13 17:39 AsposeCells\bin\com\aspose\
目录 0 2018-10-13 17:40 AsposeCells\bin\com\aspose\cells\
目录 0 2018-10-13 17:39 AsposeCells\bin\com\demo\
文件 2299 2018-10-13 17:39 AsposeCells\bin\com\demo\TestCells.class
文件 536 2018-10-13 16:52 AsposeCells\bin\license.xm
文件 182486 2015-10-23 09:47 AsposeCells\bin\test.xlsx
目录 0 2018-10-13 17:38 AsposeCells\lib\
文件 6663081 2018-10-13 17:38 AsposeCells\lib\aspose-cells-18.9.jar
目录 0 2018-07-17 21:07 AsposeCells\source\
文件 536 2018-10-13 16:52 AsposeCells\source\license.xm
文件 182486 2015-10-23 09:47 AsposeCells\source\test.xlsx
目录 0 2018-10-13 17:35 AsposeCells\src\
目录 0 2018-10-13 17:35 AsposeCells\src\com\
目录 0 2018-10-13 17:35 AsposeCells\src\com\aspose\
目录 0 2018-10-13 17:40 AsposeCells\src\com\aspose\cells\
目录 0 2018-07-17 21:07 AsposeCells\src\com\demo\
文件 2291 2018-10-12 18:33 AsposeCells\src\com\demo\TestCells.java
相关资源
- mysql数据处理,java用户登录处理
- 法律咨询信息系统(java+jsp+sqlserver)
- Java快速开发平台源码(renren-fast)
- 锐聘学院QST青软JavaWeb十二个打包
- 3.3.6微信支付JAVA版demo
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于JAVA_JSP电子书系统(源码+数据库
- Java网络编程知识点总结.xmind
- 一站式Java网络编程 BIO-NIO-AIO资料源码
- jsp讲解
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- Java 仿QQ(附客户端以及服务端源码)
- Java TCP IP Socket
- java定时发送邮件(基于quartz)
- Java Swing开发的《星际争霸》游戏
- java+数据库商品交易管理系统(附数据
- 使用java语言编译一个计算器
- java swing工资管理系统(源码+数据库
- sqlserver2008连接所需jar包六个
- JAVALibrary
- jdk和cglib动态代理的{jar包+源码}
- cglib-2.2.2.jar 和 asm-all-3.0.jar
- cglibjar包
- 微信企业号回调模式Java版
- 顺丰丰桥接口开发详细教程源码含下
- Java博客概要设计文档
- 药品进销存管理系统(论文范文_JSP
评论
共有 条评论