Export to Excel

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 Full

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 Full

apoc.export.xls.graph

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

Procedure

APOC Full

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 Full