1. #1
    Sencha User
    Join Date
    Nov 2012
    Posts
    3
    Vote Rating
    0
    Mark Knochen is on a distinguished road

      0  

    Default Unanswered: Summary Grid -> Export to Excel

    Unanswered: Summary Grid -> Export to Excel


    Hello,

    i want export a summary grid like this -> http://dev.sencha.com/deploy/ext-4.0...mary-grid.html -> into a XLS-File.

    i used the Exporter.js -> but i don't get an export file.

    Is there another way?

    thank you

    mark

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    Answers
    3157
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    What Exporter.js?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Nov 2012
    Posts
    3
    Vote Rating
    0
    Mark Knochen is on a distinguished road

      0  

    Default


    I tried the:

    https://github.com/iwiznia/Ext.ux.Exporter

    here i get the errors:


    TypeError: Ext.reg is not a function

    [IMG]chrome://firebug/content/blank.gif[/IMG] Ext.reg('exportbutton', Ext.ux.Exporter.Button);


    TypeError: grid.getTopToolbar is not a function
    [IMG]chrome://firebug/content/blank.gif[/IMG] grid.getTopToolbar().add(exportButton);


    and the:

    https://github.com/edspencer/Ext.ux.Exporter

    here i get no errors, but the export button doesn't do anything.

    I tested this with the

    http://dev.sencha.com/deploy/ext-4.0...mary-grid.html


    -> i need an export for a group summary grid.


    thank you

    mark

  4. #4
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    Answers
    3157
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Looks like it is for Ext JS 3 not 4.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  5. #5
    Sencha User
    Join Date
    Nov 2012
    Posts
    3
    Vote Rating
    0
    Mark Knochen is on a distinguished road

      0  

    Default


    Ok, here is the example with export-button - but it doesn't work:

    http://www.kommunikatist.de/extjs/test.html


    can you see the error?

    thank you

    Mark

  6. #6
    Sencha User
    Join Date
    Jun 2011
    Posts
    24
    Vote Rating
    1
    lightyear416 is on a distinguished road

      0  

    Default


    I have the same problem.When I use the example in v4.1.1 ,the Ext.ux.exporter.Button has something wrong " c is not constructor".The Ext.ux.exporter.Button is extend by Ext.Component.I don't know how to deal with it.Can you help me.The example is right in v3,however there are something wrong in 4 through i have modified new to create.