cancel
Showing results for 
Search instead for 
Did you mean: 

Why exporting to Excel is limited to 100 results?

maxr_
Champ on-the-rise
Champ on-the-rise

Why exporting to Excel is limited to 100 results in the export option? Is there a way to increase this limit?

1 ACCEPTED ANSWER

Wojciech_Sulejm
Star Contributor
Star Contributor

The Excel export is limited to 100 entries because Nuxeo uses a default max page size of that size.

This value can be changed by modifying the nuxeo property called:

nuxeo.pageprovider.default-max-page-size

which can be set to a value that is more appropriate for you, e.g.

nuxeo.pageprovider.default-max-page-size=150

You can simply add that line (with an appropriate value) to your nuxeo.conf file (this file is often located in <NUXEO_HOME>/bin directory, but you can also look it up in your Nuxeo Control Panel).

See: Nuxeo configuration parameters

Please note that a larger value will affect the system performance, but that depends also on usage patterns in your system as well as number of records that is returned by specific queries generated from your requests).

View answer in original post

4 REPLIES 4

Wojciech_Sulejm
Star Contributor
Star Contributor

The Excel export is limited to 100 entries because Nuxeo uses a default max page size of that size.

This value can be changed by modifying the nuxeo property called:

nuxeo.pageprovider.default-max-page-size

which can be set to a value that is more appropriate for you, e.g.

nuxeo.pageprovider.default-max-page-size=150

You can simply add that line (with an appropriate value) to your nuxeo.conf file (this file is often located in <NUXEO_HOME>/bin directory, but you can also look it up in your Nuxeo Control Panel).

See: Nuxeo configuration parameters

Please note that a larger value will affect the system performance, but that depends also on usage patterns in your system as well as number of records that is returned by specific queries generated from your requests).

Page size is good when we have paging, like through the web interface, but is problematic when you want to export the data.

This is a strange behavior for exporting. When we export something, we don't want a sample of it, we want everything. Is there a way to export everything?

setting 0 as value, see http

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.