Marten Deinum

Results 57 comments of Marten Deinum

What is looking for that URL? It should deploy and I suspect it should be port 8080 instead of what you have now. But if I recall correctly (it has...

While doing the demo I was running the app as `/` so it didn't matter. You might also want to check the different `.jsp` files as those don't use a...

If I have time. I would first need to figure out how to do that, although I could, for now, publish them to Github for download. Although I'm keen on...

There was a style error which failed the validation (apparently they are slightly different then the Spring Framework ones). I ran `./gradlew check` and that, locally, turned out green.

Tried to run it but it downloads the dependencies from the SNAPSHOT repository so it still has the old code and obviously it fails the tests. How can I run...

Thanks for the hint. Just ran the tests and I have a successful build with the change.

This sounds a bit like #14113 which was, once upon a time, solved (accidentally) with #21674.

The issue is that when using a streaming result the result is always a formatted cell value as a `String`. What would be the better solution is to make methods...

Your usage of this class is at first a little weird as you are using it outside the scope of Spring Batch but as a regular way to parse Excel...

Thank you for using this library and for taking the time to register an issue. Could you provide a sample project (preferably a test) so that we can reproduce this?