Export to Excel

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

The export Xls procedures export data into a format that’s supported by Microsoft Excel, OpenOffice Calc, Apple Numbers and similar.

Available Procedures

The table below describes the available procedures:

Qualified Name Type Release

apoc.export.xls.all

apoc.export.xls.all(file,config) - exports whole database as xls to the provided file

Procedure

Apoc Extended

apoc.export.xls.data

apoc.export.xls.data(nodes,rels,file,config) - exports given nodes and relationships as xls to the provided file

Procedure

Apoc Extended

apoc.export.xls.graph

apoc.export.xls.graph(graph,file,config) - exports given graph object as xls to the provided file

Procedure

Apoc Extended

apoc.export.xls.query

apoc.export.xls.query(query,file,{config,…​,params:{params}}) - exports results from the cypher statement as xls to the provided file

Procedure

Apoc Extended