Julian Halliwell

Results 57 comments of Julian Halliwell

Hi James. Which other named colours have you tested and found not to work? I've just checked AQUA, BLACK and BLUE and they all worked on ACF2016 with Java 11,...

I've added [`getPresetColorNames()`](https://github.com/cfsimplicity/lucee-spreadsheet/wiki/getPresetColorNames) the develop branch. Could you please test? Thanks.

Thanks for the feedback. I've tried to make the link to the predefined colours more obvious on the [formatting options](https://github.com/cfsimplicity/lucee-spreadsheet/wiki/Formatting-options) page. As for the fallback colour... my gut reaction is...

PS: I've amended the last commit in develop to improve the exception message if you use an invalid colour, so that it prompts you to use the new `getPresetColorNames()` method.

It seems these properties are not currently supported in [XSSFComment](https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFComment.html)

Hi Samuel, I'm afraid I can't replicate this in my environment. The test suite passes on Lucee 5.3.2.38-SNAPSHOT via CommandBox and it includes several calls to `newStreamingXlsx()`. I've tried some...

Sorry but as I say I'm not familiar with docker and don't have it set up. The tests all pass in a standard environment so it's most likely something to...

Could be the JRE but I'm using OpenJDK too and not seeing problems, albeit with a slightly later version. I was using Oracle 8u181 without issue too. Sorry I'm not...

PS: By "docker set up" I meant the environment that it's creating, not the config itself. Should have been clearer.

Hi Samuel, this sounds like it might be relevant to your issue: https://dev.lucee.org/t/fixed-adoptopenjdk-and-fontconfig-error-ubuntu-18-04/5119