Package org.brain.tool

Examples of org.brain.tool.Jacob2Word.save()


    //在服务器端生成word文件
   
    Jacob2Word word = new Jacob2Word();
    word.createNewDocument();
    word.insertText(fileContext);
    word.save(path);
    word.closeDocument();
    response.sendRedirect(downLoadPath);
   
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.