Answered
cfx_ExcelQuery
Does anyone have any experience using the cfx_ExcelQuery
custom tag which is part of the OpenXCF project?
I installed the tag and wrote a simple program to test the functionality.
If I call the custom tag w/ no arguments <cfx_ExcelQuery> CF throws an error indicating missing attributes, well & good.
But when I pass the attributes - I get a JRun Servlet Error
500 org/apache/poi/poifs/filesystem/POIFSFileSystem
org/apache/poi/poifs/filesystem/POIFSFileSystem
The error text appears to be coming from within the tag itself as I am running on a Windows server and what appears to be a directory path isn't related to anything on that server.
I originally tried passing the entire directory path to the file I'm trying to read, then moved that file to the same directory containing the test program, but same results either way.
Thanks in advance for any insights,
Ken
I installed the tag and wrote a simple program to test the functionality.
If I call the custom tag w/ no arguments <cfx_ExcelQuery> CF throws an error indicating missing attributes, well & good.
But when I pass the attributes - I get a JRun Servlet Error
500 org/apache/poi/poifs/filesystem/POIFSFileSystem
org/apache/poi/poifs/filesystem/POIFSFileSystem
The error text appears to be coming from within the tag itself as I am running on a Windows server and what appears to be a directory path isn't related to anything on that server.
I originally tried passing the entire directory path to the file I'm trying to read, then moved that file to the same directory containing the test program, but same results either way.
Thanks in advance for any insights,
Ken
