Julian Halliwell
Julian Halliwell
Are you able to run the following? If so please post the output. ``` dump( new Spreadsheet().getEnvironment() ) ``` Also, just a shot in the dark, but try this in...
Did you try `flushOsgiBundle()` and `getEnvironment()`?
Not sure I understand. So there's no issue on your local setup? Where is it a problem then? In AWS?
Can you please provide a link to that issue?
I just want to know which is the "similar issue" with the cfspreadsheet extension that you saw? Can you give the URL of that issue? Thanks.
Hi there. What do the errors look like? A simple read seems to be working for me: ``` data = spreadsheet.read( ExpandPath( "Veriti.Holdings_Template.2.xlsx" ), "query" ) dump( data ) ```...
Hi James. That error doesn't come directly from the library but from the use of `QueryNew()` somewhere. I can't seem to replicate the conditions though. I've tried with a simple...
Meantime, I looked into the "reverse" case you mentioned and found problems exactly as you describe. See #265
Hi Dave. I have [reported problems](https://luceeserver.atlassian.net/browse/LDEV-2763) running the library on Lucee 5.3.5.x and it's likely this is what you're seeing. As I put in that ticket's comments though, the issues...
In production we're currently using Lucee 5.3.4.85 (on Tomcat) which has proved very stable despite being a SNAPSHOT. I've not had any problems running the library on it.