基本实现了该功能,但打开内嵌excel会有点问题,很期待大佬的解决方案
public class EmbedExcel {
private static InputStream embedPicture = EmbedExcel.class.getResourceAsStream("/excel.emf");
本文介绍了使用Java的POI库在PPT中创建内嵌Excel的功能,但在实际操作中遇到了打开内嵌Excel时出现的问题。目前功能基本实现,作者正寻求社区高手的解决建议。
基本实现了该功能,但打开内嵌excel会有点问题,很期待大佬的解决方案
public class EmbedExcel {
private static InputStream embedPicture = EmbedExcel.class.getResourceAsStream("/excel.emf");
2258

被折叠的 条评论
为什么被折叠?