When i hide some columns and try to export the grid to excell using java version of the export service i get IndexOutOfBoundsException error.
Any solution to this problem?
When i hide some columns and try to export the grid to excell using java version of the export service i get IndexOutOfBoundsException error.
Any solution to this problem?
Hi.
Are you using local version or online export tool?
You you are using export at local server make sure you have the last version:
dhtmlx.com/blog/?p=855
Could you provide sample, grid initialization code or link if issue still occurs?
i am using the local java export version on lots of different tables and the problem still occures throwing IndexOutOfBoundsException error.
Can i have the exact link to the latest version of the export library?
Oh… i would forget something.
Why the grid footer appears bellow the grid header when i export the table?
The last ExportTools on Java release you can find here:
dhtmlx.com/blog/?p=855
The last version doesn’t process footer correctly. This feature will be implemented in the next version.
i bug fixed the code.
here are some of the things u have to do in order to make it work in the next version
when there are multiple headers attached and then you hide some of the columns the top most header does not change it’s colspan and when you export the file it throws indexOutOfBoundsException because the columns of the header are more than the columns of the grid.
When you hide the grid header a NullPointerException occures.
If you implement the footer correctly you should not call the function adjustColumnSizes again
Thanks for your feedback. All this bugs will be fixed in the next version.