Samuel Knowlton
Samuel Knowlton
It does not. We are on Alpine rather than Ubuntu but I was still able to `apk add fontconfig`.
We are using the official openjdk 8 docker image as the base, which is what all Commandbox docker images use for now. Not adoptopenjdk. I think it's also u181. On...
The alpine suggestion of: `apk add --update ttf-dejavu` ...did not work. Even if it had, that's 138 MB of packages. The Commandbox docker image also does add a number of...
I'm not actually sure that it does require them if the `java.awt.headless` option is enabled, as it is for the Commandbox docker image. Do we actually know what the required...
"some features" refers to this library (lucee-spreadsheet) -- most everything in this library works just fine. It's only the column resize and the streaming XLSX that don't.
Possibly. We are using the Ortus commandbox images which are using OpenJDK. Let me see if I can reproduce a basic Docker setup example later.
I've created a skeleton app that just has this library and Coldbox (though I also tried instantiating it without Wirebox just to eliminate that as a culprit; no difference). [http://www.inleague.org/spreadsheet-npe.zip](http://www.inleague.org/spreadsheet-npe.zip)...
The distinction is unlikely to be Docker but perhaps the JRE. In this case it's OpenJDK 8u181. You can forget Docker and just run it on any linux VM with...
Tried this again with fontconfig installed and also get the same NPE as with `autoResizeColumns`.
We didn't - we just didn't use the streaming XLSX stuff. It's unlikely we're going to have the opportunity to dig into this in the near future, but the next...