Hi,
I think I have all settings correct. I try to import a file, than it says:

The filename public://feeds/CSV 2012 compleet.csv is not readable.

The file which is on /feeds folder has permissions 777

And on error page it says

Notice: Undefined index: FeedsExcelParser in FeedsSource->getConfigFor() (line 584 of /sites/all/modules/feeds/includes/FeedsSource.inc).
Deprecated function: Assigning the return value of new by reference is deprecated in _feeds_excel_include_libraries() (line 43 of /sites/all/modules/feeds_excel/feeds_excel.module).

Hope you can do something with this!
Greetings, Martijn

Comments

EvanDonovan’s picture

Is this a CSV file, judging by the extension? If so, you need the CSV importer instead.

el_reverend’s picture

Version: 7.x-2.x-dev » 7.x-1.0-beta1

I have the same problem importing xls files. Is there a bit more setup information available. My Excel file does not have any header just a list of products for each row. I tried following the above examples but all I get is : 'Undefined index: FeedsExcelParser in FeedsSource...' What exactly does that mean. I'm not sure if I set the feed up correctly, but I tried to keep as simple as possible.

I have also tried CSV, but then the form still wants me to add a title and description. Seems wrong. And with a Excel XML file there seem to be similar issues.

Any advice would be greatly appreciated.

carlovdb’s picture

I also had the error

The filename public://filename.xlsx is not readable.

But after renaming the file to XLS. It worked

Anonymous’s picture

same issue for me.

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /batch?id=73&op=do StatusText: OK ResponseText: The filename public://feeds/grantees.xlsx is not readable

renamed the file to .xls rather than .xlsx and the system locked on the import page. it did end up importing my test node just that the batch import status page never received the info back that it had worked. the following attempts at reimporting the file had the same effect. nodes were saved but the status page did not respond.

web-beest’s picture

#4 worked for me. Resaved it as a 97-2000 Excel with .xls extension and the import runs like a dream. Thanks for the tip :)

mrromios’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)