如何使用Apache POI从头开始创建PowerPoint?

时间:2018-11-05 00:57:05

标签: apache-poi apache-poi-4

我似乎无法创建这样的PPT。任何帮助表示赞赏。谢谢。

public static void main(String[] args) throws Exception{            
File file=new File("/Users/Rakuten/Desktop/Test/example2.ppt");
    try {
    FileOutputStream out= new FileOutputStream(file);
    SlideShowFactory.create(file);
    out.close();
    } 
catch (Exception e) {
        System.out.println(e);
    }   

        }

0 个答案:

没有答案
相关问题