spreadsheet-cfml icon indicating copy to clipboard operation
spreadsheet-cfml copied to clipboard

File import errors

Open Daemach opened this issue 1 year ago • 1 comments

Hello Julian -

I'm getting odd import errors with the xlsx file attached. The csv file saved from the xlsx works fine.

Veriti Holdings_Template 2.xlsx Veriti Holdings_Template 2.csv .

Daemach avatar Jul 28 '22 22:07 Daemach

Hi there. What do the errors look like?

A simple read seems to be working for me:

data = spreadsheet.read( ExpandPath( "Veriti.Holdings_Template.2.xlsx" ), "query" )
dump( data )

20220729

cfsimplicity avatar Jul 29 '22 11:07 cfsimplicity