cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
127 stars 36 forks source link

File import errors #295

Open Daemach opened 2 years ago

Daemach commented 2 years ago

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 .

cfsimplicity commented 2 years ago

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