delei commented on issue #657:
URL: https://github.com/apache/fesod/issues/657#issuecomment-3441381744

   > 
补充说明:1.2.0版本之所以没有问题,是由于并没有WriteSheetWorkbookWriteHandler的处理,这应该是1.3.0新增的吧!所以可能依然需要关注1.3.0版本的兼容性,我个人建议是将WriteSheetWorkbookWriteHandler的48行传入的sheetName按POI的31位截取后传入,并进行尝试,我本地自定义并注册MyWriteSheetWorkbookWriteHandler,且按31位截取传入后,并未报错,但由于依然执行了原来的WriteSheetWorkbookWriteHandler,最终无法真正印证心中所想,希望这些信息对后续的处理带来一定的参考价值。
   
   @yinzhiyu-hot 
   
   Really appreciate your help! 
   
   BTW, in addition to optimizing the documentation, I suggest referring to 
your work result, optimizing the logic of the WriteSheetWorkbookWriteHandler 
class, and improving the unit test cases.
   
   
   
   


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