cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

APOC load xls range problem with columns after Z

thomasf
Node Clone

I am trying to use apoc.load.xls to import from a large spreadsheet. It seems as if the range has to be between A and Z. But this spreadsheet goes all the way to AY.
Here is an example that works:

2X_7_7de01be76ba0e04be420181d3038ad86d1acf15d.png 2X_c_c9dad77e01ff81d88bc01ccb60f834846aac13c3.jpeg

And here is an example that does not work:

2X_e_e696718d6308e8f371cdf4c8dc5a03b1d6f30beb.png 2X_d_d84b00180cbaad5cbce49479760f67fe6ea1e617.jpeg

Neo4j Browser version: 3.2.24

Neo4j Server version: 3.5.8 (enterprise)

The Apache libraries were downloaded a couple of weeks ago.

The spreadsheet can be found here: https://docs.google.com/spreadsheets/d/1zpLDPWQYwACgphPz8MxcKvtbOjF3Ye-z5d2jSnNa1GI/edit#gid=1358645...

Best regards

Thomas

4 REPLIES 4

Please add a github issue for this. It would be helpful to have the queries and error messages in plain text.

Perhaps it's due to the grouped headers?

Can you try to start at A3 instead of A1 ?

Michael

Good idea, but, no: