pjfanning commented on PR #1271: URL: https://github.com/apache/poi/pull/1271#issuecomment-5741952040
My opinion has not changed on this, that this code does not need to be in POI. You actually gain by it not being in POI. Moving it to POI means: * a PMC that doesn't worry about this feature * needing approval for every change * waiting on POI releases which are infrequent You can keep the poi jar dependency so that you don't need to duplicate everything. You can replace the POI code that you don't like. When POI 6.0.0 is released and it is not yet planned, you can adjust your standalone code to pick up on some recent changes that I added which means you would need to duplicate a little less code. * #1273 * #1274 * #1275 -- 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]
