yhy949 commented on issue #937:
URL: https://github.com/apache/fesod/issues/937#issuecomment-4910448578

   1、假如现在有一个文件中有5个sheet,每个sheet读取 
前20行。当执行读取sheet1时,读取完20行数据,就抛出ExcelAnalysisStopException以停止整个Excel解析过程,会导致 
后面4个sheet无法读取数据。这不是正常现象。
   2、我通过遍历sheet的方式也是无法读取,会出现  Current Behavior 描述的问题。
   ```java
   for (ReadSheet readSheet : readSheets) {
                   reader.read(readSheet);
               }
   
   ```


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