Awesome
<cfspreadsheet /> for Lucee 5.x
Link to cfspreadsheet for Lucee 4.x:
https://github.com/Leftbower/cfspreadsheet-lucee
Install:
- Download and copy the
cfspreadsheet-lucee-5.lex
into the/lucee-server/deploy
or{lucee-web}/deploy
directory of a running Lucee 5 installation. - Wait a little bit, it can take Lucee up to a minute to recognize and install the extension. After the extension disappears from the
deploy
directory it is installed. If you now go to the Lucee Server or Web Admin and to the "Extension/Application" section, you should see it there as installed.
Notes:
- Works for both the server or an individual web context.
- Uninstall does not currently remove the
.lar
file installed into archives directory. - Installing into the web-context components directory currently not supported in Lucee 5, so the component cfc is bundled into a
.lar
with component mapping.