kashimliox opened a new issue, #987:
URL: https://github.com/apache/poi/issues/987
hello everyone ,
find a problem in pptx file editing.
pom dependencies as following:
` <dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-full</artifactId>
<version>5.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>5.5.1</version>
</dependency>`
Microsoft Office 365 version :2511(19426.20218)
when i use following code to copy a slide from template pptx to a target
one, 'your file need to be fixed' comes out .
` XSLFSlide newSlide = ppt.createSlide(sourceSlide.getSlideLayout());
newSlide.importContent(sourceSlide);`
<img width="628" height="380" alt="Image"
src="https://github.com/user-attachments/assets/5c910575-40f6-430d-8aad-65ac87a0d139"
/>
waiting for reply.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]