delei commented on PR #959:
URL: https://github.com/apache/fesod/pull/959#issuecomment-5071001599

   Hi, @alaahong 
   
   Regarding the `sample-xls-password-buggy.xls` file you provided, could you 
please provide the test case code? 
   
   Is this related to the operating environment? I haven't been able to 
reproduce this issue yet.
   
   - Java: OpenJDK1.8
   - OS: macOS Tahoe(26.5.2)
   - Fesod Version: 2.0.2-incubating
   
   **Test**
   
   ```java
   @Test
   void writeTest() {
       File testFile = TestFileUtil.createNewFile(TestFileUtil.getPath() + 
"/fesod/test.xls");
   
       FesodSheet.write(testFile, DemoData.class)
               .excelType(ExcelTypeEnum.XLS)
               .password("1112222")
               .sheet()
               .doWrite(demoData(2));
   }
   ```
   
   **Result**
   [test.xls](https://github.com/user-attachments/files/30351225/test.xls)
   


-- 
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]

Reply via email to