rmannibucau commented on PR #1271: URL: https://github.com/apache/poi/pull/1271#issuecomment-5721265755
@pjfanning I understand that more than you think but also see that POI is not just MS file format, it is also Excel formula support by design (ack it can be seen as a side effect but it is there). This feature alone is worth exposing without the overhead of the file format and this is what this PR does, most of the code is just having file-less impl of the format api to be able to get the formula and access `WorkbookEvaluator`. Rest is perf optim all impl will benefit at some point. Doesn't need to urge on my side too, only trying to make everyone happy (both projects + end users) without having to fork anything. -- 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]
