Taylor Jones
Taylor Jones
I think this is what is being reported in #91 . The cause seems to be that POI returns duplicate sheets for some workbooks but not duplicate properties. I'm not...
What would that look like? Just an option like `.rename(field, name)` or did you have something else in mind?
I'm not sure yet. The Atlassian SDK doesn't appear to work with 5.0 yet, so I can't test the plugin out on anything. I tried with fresh plugin too, and...
Right now there is no first-class support for JAX-RS the way there is for Spring. The reason for that is JAX-RS is a spec, not a framework. An integration could...
It's written for Java7, so I don't think it will work in Android as-is. There might be some cross-compilation you could do, I know there are Java8 compilers that allow...
I don't, but if you can't use POI, you can't use this library. It's a wrapper around POI's streaming API.
I'm not sure if that's a particularly useful feature in the general case. Bitbucket has a user group system that would let you do this right now, just put all...
I don't really have a good answer for this. Spring configurations can be complex, but the root cause is that you've defined a bean twice. Are you importing any other...
Same answer. It's not really possible for me to debug this for you because Spring configurations can be complex. You've got two places in your code where this bean (`RequestMappingHandlerAdapter`)...
What version of the library are you using? The latest version should have that.