Introduce total row count on RowSetMetaData#190
Introduce total row count on RowSetMetaData#190mdeinum merged 4 commits intospring-projects:mainfrom
Conversation
Signed-off-by: Rivaldi <[email protected]>
Signed-off-by: Rivaldi <[email protected]>
Signed-off-by: Rivaldi <[email protected]>
|
The code looks fine, but what is the use-case for this and this might not work, as expected, using the streaming variant of the reader. |
In my case, it helps provide an immediate return when a sheet reach N rows. More efficient logic and be able to go over the next sheet or other things. |
Please do as with a regular reader the number of rows is directly present but with streaming only when the specific element has been read while processing the sheet. |
…tion Signed-off-by: Rivaldi <[email protected]>
getRowsCount()