Skip to content

Is spreadsheet-cfml compatible with lucee 6? #380

Answered by cfsimplicity
novus744 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to pass an absolute file path to the read() function. So change:

filepath = "addressbook.xlsx";

to

filepath = ExpandPath( "addressbook.xlsx" );

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@novus744
Comment options

@cfsimplicity
Comment options

Answer selected by novus744
@novus744
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants