Alan Hay

Results 5 comments of Alan Hay

For information and as the original SO question has been deleted,I have encountered the same issue as reported here: http://stackoverflow.com/questions/42395831/issue-serializing-lazy-manytoone Any workround? If any further information would be useful please...

Hi. I would suggest migrating to the latest version which has been changed to use an actively maintained CSS parser and which is published to Maven central thus removing the...

Hi. There is no direct way in the library. I _believe_ POI supports directly creating at least some charts now but haven't used it and don't know how extensive it...

Hi. Yes, sounds useful. Feel free to raise a PR and I will review it when I have a minute. Thanks. Alan

Yes, I can see that NumberFormat.getInstance().parse() which is used to check for numeric values is too lenient. https://stackoverflow.com/questions/8416354/how-to-parse-numbers-more-strict-than-what-numberformat-does-in-java So needs a stricter test. As a workaround for now and if...