Martin Studer

Results 19 comments of Martin Studer

Logged an issue with POI at https://issues.apache.org/bugzilla/show_bug.cgi?id=56928

There's actually both `setAlignment` and `setVerticalAlignment` in POI

Hi Chris, changing alignment is not yet available. So far priority for this has been very low. We'll re-evaluate whether this should be pushed. Thanks, Martin

I don't think [Apache POI ](http://poi.apache.org) provides the (convenience) functionality yet to do that. So either it would have to be implemented there first, or it would have to be...

Hi @mjkallen, thanks for getting in touch! I'm open to introduce a backwards-incompatibility for the sake of a cleaner and simpler API. I would be happy to review an appropriate...

Setting the system property `-Dlog4j2.loggerContextFactory=org.apache.logging.log4j.simple.SimpleLoggerContextFactory` prevents the log from appearing. Example: ``` > options(java.parameters = "-Dlog4j2.loggerContextFactory=org.apache.logging.log4j.simple.SimpleLoggerContextFactory") > XLConnect::writeWorksheetToFile("test.xlsx", mtcars, sheet = "mtcars") ``` Maybe we can include a `log4j2.component.properties` file...

Hi @pedlino, we have not been able to reproduce this issue on Windows (or any other OS). Can you confirm that the issue still exists on your side? Did you...

@spoltier I updated commons-compress to a newer version to what POI depends on and this now (expectedly) fails some hash checks. How do we best deal with this?

I just built a `DESCRIPTION` for illustration purposes. I basically just have a folder with that file.