pjfanning commented on pull request #184:
URL: https://github.com/apache/poi/pull/184#issuecomment-650121638
* `protected ISheetInjector createSheetInjector(InputStream xis) throws
IOException` is now correct
* I don't like the SuperSXSSF names, can we use EmittingSXSSF instead?
The workbook constructor does not compile but this does
```
public EmittingSXSSFWorkbook(XSSFWorkbook workbook, int
rowAccessWindowSize) {
super(workbook, rowAccessWindowSize, false, false);
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]