cfspreadsheet-railo icon indicating copy to clipboard operation
cfspreadsheet-railo copied to clipboard

My Railo Extension provider including CFPOI (<cfspreadsheet>)

Results 20 cfspreadsheet-railo issues
Sort by recently updated
recently updated
newest added

Message java.lang.ExceptionInInitializerError Cause java.lang.ExceptionInInitializerError Stacktrace The Error Occurred in /Users/rasd/Desktop/railo/webapps/ROOT/WEB-INF/railo/components/org/cfpoi/spreadsheet/Spreadsheet.cfc: line Local.exportUtil.process()

I came across a problem where adding additional "tabs" the header/column names where not added to the second tabs only the first one I replace line 305 with ``` ```

Since https://github.com/teamcfadvance/cfspreadsheet-railo/pull/65 was accepted, you should change line 31 and 32 of the README to point to your own project's URL. (Mine's now defunct.)

Hello, I just added cfspreadsheet to my Railo Web Admin using the steps stated in: http://www.andyjarrett.co.uk/blog/index.cfm/2011/1/4/cfspreadsheet-for-Railo-update It all installed correctly and there were no errors. However, when trying to actually...

If I try to install cfpoi.zip I get the following error from Railo. The Config xml file within the extension does not contain the necessary [info] section within the [config]...

The README, [as it stands](https://github.com/teamcfadvance/cfspreadsheet-railo/blob/ad165c059436e77a3244bc2732ad4b6a3f86c17c/README), advises to install it via adding a provider in the admin and then installing the application once it's listed. However, a project contributor mentioned that...

I'm running Railo 4.2.1.000 final and I get an error when trying to read an xlsx file into a query: Run the cfspreadsheet-examples/Read_Spreadsheet_Into_Query.cfm - works great. Change the filename to...

After reading an Excel file in - I cannot delete the file - either with CFFILE or manually. When I try the manual delete method - I get an error...

When writing a query to an xls using only the query data is output, not the column headers.

&lt;cfspreadsheet src="#filename#" action="read" sheetname="Sheet1" query="request.spreadsheet" headerrow="1"&gt; fails silently. &lt;cfspreadsheet src="#filename#" action="read" sheetname="Sheet1" query="spreadsheet" headerrow="1"&gt; works as expected.