zhuangjiaju opened a new issue, #850: URL: https://github.com/apache/fesod/issues/850
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fesod/issues) and found nothing similar. ### Fesod version 2.0.1 ### JDK version jdk8 ### Operating system _No response_ ### Steps To Reproduce 导出数据存在:_x005F_x 类似数据 ### Current Behavior 只有 xlsx 的数据是异常 xlsx: <img width="676" height="540" alt="Image" src="https://github.com/user-attachments/assets/fe5189e5-fb2e-47b2-8d6b-9c3ea4bba5f3" /> xls: <img width="1758" height="800" alt="Image" src="https://github.com/user-attachments/assets/52065fe4-960b-4bfa-b3a2-5eb9834fa0c3" /> csv: <img width="1990" height="946" alt="Image" src="https://github.com/user-attachments/assets/3f3e6505-a5ad-4fff-b593-46c2deac99e1" /> ### Expected Behavior 导出都是 :_x005F_x ### Anything else? 这个原因是 xlsx 底层依赖xml ,poi 会做替换 <img width="2070" height="1396" alt="Image" src="https://github.com/user-attachments/assets/50fcd67d-7e4d-4b71-986f-786cbd28ed84" /> 我们已经能加一个:https://github.com/apache/fesod/blob/50404dec010cddb1e6af4cdd4ffa34a1c2bff1dc/fesod-sheet/src/main/java/org/apache/fesod/sheet/write/handler/EscapeHexCellWriteHandler.java#L39 拦截器来自动实现了 但是现在期望大家讨论下 有没有必要自动加入这个拦截 并支持排除拦截器。 ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
