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

- exports whole database as xls to the provided file

Procedure

APOC Full

apoc.export.xls.data

- exports given nodes and relationships as xls to the provided file

Procedure

APOC Full

apoc.export.xls.graph

- exports given graph object as xls to the provided file

Procedure

APOC Full

apoc.export.xls.query

- exports results from the cypher statement as xls to the provided file

Procedure

APOC Full