-
17 Oct 2012 7:20 AM #221
Please help
Please help
@scaddenp : your stormtek/Ext.us.Exporter in github is not working in chrome or IE. The download as CSV / Excel buttons are not producing any file-download on click. Kindly suggest me what changes I need to make.
-
26 Oct 2012 12:34 AM #222
i did this like
but got the error message : Ext.ux.exporter is undefinedCode:var exButton = Ext.create('Ext.button.Button',{ text:'Download as .xls', handler:function(button){ var gridPanel=button.up('gridpanel'); var dataURL='data:application/vnd.ms-excel;base64,'+ Ext.ux.exporter.Exporter.exportGrid(gridPanel); // var dataURL='data:application/vnd.ms-excel;base64,'+ exportGrid(gridPanel); window.location.href=dataURL; } })
any one can tell me how to fix it? @wiznia
-
2 Nov 2012 11:52 PM #223
There are still issues when use it on ExtJS 4.1.1a, I made some fix on CSV formater, and make it work. Here is the modified code on GitHub:
https://github.com/MasonZhang/Ext.ux.Exporter
Please note: there are some issues when excel parse the exported xml format file, I just make csv format work.
-
3 Nov 2012 1:16 AM #224
Style problem when opening in Excel
Style problem when opening in Excel
Hi ,
I used your code to export into a xls file while opening in excel it shows some style error problem . How can i view that file without styles attached to it . please say how to remove style from that xls file ..
-
5 Nov 2012 10:23 AM #225
18 pages later...
18 pages later...
I've spent the last 2 days going through and trying all the posted solutions here and I found the following result:
All solutions posted here are either:
1) Not compatible with ExtJS4.1
2) Depend on a Flash SWF or the JQuery library
3) Have some issues in either firefox or webkit
4) Suggesting we use a server-side solution
Is there anyone who has gotten this working entirely with the ExtJS 4.x library, and no 3rd party dependencies or cross-browser issues? Thank you in advance.
-
5 Nov 2012 8:49 PM #226
Thanks for reply
Thanks for reply
Yes its true i used 4.1 extjs lib so only it was not working . It works 4.0 and less
-
6 Nov 2012 7:23 AM #227
Export store to Excel
Export store to Excel
Hi,
I have the same problem. Any plans to provide fix for 4.1
Thanks in Advance.
-
28 Nov 2012 12:25 AM #228
Export store to Excel after reconfiguring the grid
Export store to Excel after reconfiguring the grid
May I know how to export the store after i reconfigure the grid? When I try to export the store, it only shows the first column of the grid not after reconfigure. Thanks.
-
5 Dec 2012 6:24 PM #229
-
5 Dec 2012 6:30 PM #230
Sorry, 4.1.1a broke other things so this one isnt at top of the worry list at the moment. Wont be looking at this till have renderers in tree + Geoext sorted out.


Reply With Quote