apoc.export
Qualified Name | Type |
---|---|
apoc.export.xls.all(file,config) - exports whole database as xls to the provided file |
Procedure |
apoc.export.xls.data(nodes,rels,file,config) - exports given nodes and relationships as xls to the provided file |
Procedure |
apoc.export.xls.graph(graph,file,config) - exports given graph object as xls to the provided file |
Procedure |
apoc.export.xls.query(query,file,{config,…,params:{params}}) - exports results from the cypher statement as xls to the provided file |
Procedure |