weixin_43043732 2023-04-19 21:47 采纳率: 0%
浏览 13

poi向PPT中插入对象

java使用POI导出ppt向ppt中插入excel,word等对象

  • 写回答

1条回答 默认 最新

  • 守时间的孤岛 2023-04-20 09:34
    关注

    该回答引用chatgpt:
    Java中可以使用Apache POI库来创建和编辑Microsoft Office文件,包括PowerPoint文件(PPT)和Excel文件(XLS)。下面是向PPT中插入Excel和Word对象的示例代码:

    向PPT中插入Excel对象

    import java.io.*;
    import org.apache.poi.hslf.usermodel.*;
    
    public class InsertExcel {
        public static void main(String[] args) throws IOException {
            // create a new PowerPoint presentation
            HSLFSlideShow ppt = new HSLFSlideShow();
    
            // create a new slide
            HSLFSlide slide = ppt.createSlide();
    
            // create a new Excel object
            HSLFObjectData excel = new HSLFObjectData(new File("path/to/excel.xls"), "Excel.Sheet.8");
    
            // set the position and size of the Excel object on the slide
            excel.setAnchor(new java.awt.Rectangle(100, 100, 500, 500));
    
            // add the Excel object to the slide
            slide.addShape(excel);
    
            // save the PowerPoint presentation
            FileOutputStream out = new FileOutputStream("path/to/presentation.ppt");
            ppt.write(out);
            out.close();
        }
    }
    
    
    

    向PPT中插入Word对象:

    
    import java.io.*;
    import org.apache.poi.hslf.usermodel.*;
    
    public class InsertWord {
        public static void main(String[] args) throws IOException {
            // create a new PowerPoint presentation
            HSLFSlideShow ppt = new HSLFSlideShow();
    
            // create a new slide
            HSLFSlide slide = ppt.createSlide();
    
            // create a new Word object
            HSLFObjectData word = new HSLFObjectData(new File("path/to/word.doc"), "Word.Document.8");
    
            // set the position and size of the Word object on the slide
            word.setAnchor(new java.awt.Rectangle(100, 100, 500, 500));
    
            // add the Word object to the slide
            slide.addShape(word);
    
            // save the PowerPoint presentation
            FileOutputStream out = new FileOutputStream("path/to/presentation.ppt");
            ppt.write(out);
            out.close();
        }
    }
    
    
    评论

报告相同问题?

问题事件

  • 创建了问题 4月19日

悬赏问题

  • ¥50 安装华大九天aether
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化
  • ¥15 Mirare PLUS 进行密钥认证?(详解)
  • ¥15 物体双站RCS和其组成阵列后的双站RCS关系验证