InputStream is = new FileInputStream("template.xlsx"); OutputStream os = new FileOutputStream("report.xlsx"); Context context = new Context(); JxlsHelper.getInstance().processTemplate(is, os, context);


上一篇:
下一篇:
切换中文