spreadsheet-cfml
spreadsheet-cfml copied to clipboard
requiresJavaLoader not defined Error on read spreadsheet
Was just trying to get started here, and I was able to follow the guides to get the object instantiated, but as soon as I try to read just a regular old XLS file I was constantly getting:

Which I was able to get around this just by setting that true on the previous line, but that seems like a hack. Here's the invocation I'm using:
I'm working now, but thought I would raise it in case it's meant to detect whether or not the Java Loader is required.
Strange, the requiresJavaLoader variable should be set when you instantiate Spreadsheet.cfc. Can you post the code you are using to do that? Can you also try running this method and let me know the output:
<cfdump var=#MyXLS.getEnvironment()#">