bengbengbalabalabeng commented on issue #937: URL: https://github.com/apache/fesod/issues/937#issuecomment-4808513332
> 2、使用遍历sheet方式读取,不会执行readListener。 The traversal-based sheet reading approach does not affect the triggering logic of `ReadListener#invoke()`, which still executes normally when parsing data rows. Affected methods include `ReadListener#doAfterAllAnalysed()`. When `DefaultAnalysisEventProcessor#dealData()` detects `hasNext=false`, it throws an `ExcelAnalysisStopException` to stop the entire excel parsing, thereby skipping the call to `doAfterAllAnalysed()`. -- 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]
