APOC load xls range problem with columns after Z

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:

image image

And here is an example that does not work:

image image

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: GQL: Inputs and comparative analysis - Google Sheets

Best regards

Thomas

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

1 Like
1 Like

Perhaps it's due to the grouped headers?

Can you try to start at A3 instead of A1 ?

Michael

Good idea, but, no: