Export Pivot via Appspot

Hi! Our company bought this service approximately 5 years ago and we have pivot version 3.1.2 installed. It works perfect for us! But exporting to excel stopped working, what we did was send an XML to the url http://webix-export.appspot.com/export/excel, but a few days ago it was returning an error 500. It’s because of the version ? By the XML? or other problem? Thanks!!

Hi, @javiercobus

We experience some compatibility issues with the Google App engine. Working hard on it.

Please, let us know if there are any questions left.

@javiercobus,

We have resolved the problem. Please, try exporting now.

Hi there! We can now export the Excel! Thank you very much for your attention and speed.

Hi, @dmitriyrotaenko
How are you? I wanted to ask you why we had problems with this url again, can it be reviewed again? Thank you

The online service works now.

Though, the solution at http://webix-export.appspot.com/export/excel was created for Webix 1.x and starting from version 3.0 all widgets support client side data export, which doesn’t need the server side code at all.

https://docs.webix.com/desktop__data_components_export.html

If necessary, I can provide a source code of Java service for Webix 1.x, so you can host it along your app and do not depend on availability of service at appspot.com.

@maksim Thanks for the reply.
Yes! We have pending the update of the components to take advantage of all the functionalities.
In the meantime, if you can share the source code with me, I would also appreciate it!