Taylor Jones
Taylor Jones
Good catch, we should definitely add a null guard there.
Do you have a worksheet with this happening you can share?
I'm not able to replicate this using version 4.3.0 or 4.3.2. Can you paste the console output from your browser when you try to open a PR? I suspect there's...
This is a paid plugin, so I'm going to have a hard time debugging this in the future. However, I installed the free trial (I only get 30 days, and...
That's odd, it should be supported. There's code specifically delegating JSR310 serialization here: https://github.com/monitorjbl/json-view/blob/master/json-view/src/main/java/com/monitorjbl/json/JsonViewSerializer.java#L186. there's also a test case for it here: https://github.com/monitorjbl/json-view/blob/master/json-view/src/test/java/com/monitorjbl/json/JsonViewSerializerTest.java#L779 . Did you only include the JsonViewModule...
My guess is that those are not the same ObjectMapper objects. You might want to try explicitly creating another mapper with the correct properties to see if that fixes the...
This library has an incomplete implementation of the POI Cell interface. A good deal of the methods are not compatible with a streaming back end, but there are quite a...
You're on Android, which does not support anything past Java 6 APIs as far as I know. Your main issue is this: ``` Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.attribute.FileAttribute"...
The next version of this library will use POI 5.0.0
I'm a little confused. The start of the issue makes it sound like you want to be able to block automerging on certain branches. But your example sounds like you...