-
5 Mar 2013 4:55 AM #251
Export grid to excel
Export grid to excel
Hi,
i have put your code in my app.but when i load it:
ReferenceError: Downloadify is not defined
line
ownloadify.create(this.el.down('p').id,{
Can you help me?
klh
-
12 Mar 2013 6:42 AM #252
-
16 Mar 2013 5:07 PM #253
Clientside PDF and Excel
Clientside PDF and Excel
Our upcoming Ext4j release see this post (http://www.sencha.com/forum/showthre...JS-development) will add client side file generation to Ext JS. Once can basically create any type of file on the fly from the browser.
See it in action here.
http://eemi2010.github.com/ext4j/#!ClientIO.
Click on the PDF/Excel button to export the Grid to PDF or Excel.
Like always feedback are welcome
Cheers
-
21 Mar 2013 4:02 AM #254
Exporting data to Excel.
Exporting data to Excel.
Hello,
I went through most of the examples related to the Export to Excel from grid.
In the process i found "ext.ux.exporter". Though i have downloaded the "ext.ux.exporter" but i am not able to figure out how to use it in my project.
Can someone please provide me with a simple example where i will be having a Grid, Model, Store and a button and on click of the button, data will be exported to a excel sheet.
Thanks in advance.
-
22 Mar 2013 7:27 AM #255
A really confusing thread - my take on getting this working
A really confusing thread - my take on getting this working
Hi
The original download from iwiznia does work - once you add in the missing swfobject.js file as identified by masonzhang. I downloaded swfobject.js directly and included it directly and things worked - in masonzhang zip the file was there as required.
The other issue was the location of the downloadify.swf and downloadify.png files. Depending where you install the files you will need to edit the Button.js file to change the location - I needed to add /client/... for example.
Does it work then... not exactly for me.
The CSV export of masonzhang did - it correctly handled text with commas in it (essential) while the original exporter did not and got the columns messed up. So the CSV export for me is just about usable, the main issue is that, as I display more columns using the grid hide/show column feature the exporter does not export the new columns. That is something I am going to look at now.
The XLS export just plain didn't work for me. It saves in .xls format but produces a text file - should it be .xlxs? Is the binary encoding not working. To be honest I have no idea.
I want to export client side to let users do the fine filtering etc. on the client side and export sub-sections of the data - basically to avoid producing this function server side. I think I will then 'export all' to Excel on the server side as the Excel function of the ExtJS exporter seems broken.
So this 'almost' seems there and would be super useful.
Chris
-
3 May 2013 2:09 AM #256
Nothing happens on button click
Nothing happens on button click
Hi Wiznia,
First of all I would like to thank you for bulding such a great plugin. I have been following this post for all the 25 pages but it is difficult to find any one post which has got this working correctly.
I have done the following things and Iam able to see the button the toolbar.- Included swfObject2
- Included downloadify.min.js
- Created an exporterButton with the appropriate configuration pointing to the image and the swf.
- Require with ext loader the Ext.ux.Exporter class.
- Din't use the exporter-all file since it's outdated.
Any help on this will be appriciated.
Thanks
-
10 May 2013 1:40 AM #257
Ext.ux.Exporter not working in EXTJs4.
Ext.ux.Exporter not working in EXTJs4.
Hi,
I getting error while using ext.ux.exporter.
Downloadify is not defined
Kindly help.
If anyone is having this example please provide me. I am developing in MVC framework.
-
10 May 2013 3:46 AM #258
-
10 May 2013 9:54 AM #259
do you have something like
included in your html?Code:<script type="text/javascript" src="*path*/ExportGridToExcel/downloadify.min.js"></script>


Reply With Quote