1. #1
    Sencha User
    Join Date
    Apr 2011
    Posts
    6
    Vote Rating
    0
    Volta is on a distinguished road

      0  

    Default ExtJs4 Ext.ux.Exporter

    ExtJs4 Ext.ux.Exporter


    Hi,
    I'm looking for something like Ext.ux.Exporter (export any Grid to Excel or CSV https://github.com/edspencer/Ext.ux.Exporter), but working for ExtJs 4.
    Do you know if new version of this exists? Or maybe there is better way for exporting grids to csv?

  2. #2
    Sencha User
    Join Date
    Apr 2010
    Posts
    2
    Vote Rating
    0
    zyskowski is on a distinguished road

      0  

    Default Why is this so hard to find????

    Why is this so hard to find????


    I would think that an export to a csv, pdf, or excel file would be part of the grid examples as a selling point to the software. Why can't I find one for ExtJs4? It shouldn't be this hard to find!!!! Somebody please point us in the right direction.

  3. #3

  4. #4
    Sencha User
    Join Date
    Oct 2012
    Posts
    6
    Vote Rating
    0
    Garry Hawkins is on a distinguished road

      0  

    Default


    is this working in extjs 4.1.1? thanks....

  5. #5
    Sencha User
    Join Date
    May 2010
    Location
    Guatemala, Central America
    Posts
    996
    Vote Rating
    49
    ssamayoa has a spectacular aura about ssamayoa has a spectacular aura about ssamayoa has a spectacular aura about

      0  

    Default


    Conversion to excel / cvs / pdf / etc should be done with server code.
    UI: Sencha Architect 2.x / ExtJS 4 MVC
    Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
    Application Server: Glassfish 3.1.x
    Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5

    If you like my answer please vote!

  6. #6
    Sencha User
    Join Date
    Oct 2012
    Posts
    6
    Vote Rating
    0
    Garry Hawkins is on a distinguished road

      0  

    Default


    Do you have a code on how to do it in server code? thanks...

  7. #7
    Sencha User
    Join Date
    May 2010
    Location
    Guatemala, Central America
    Posts
    996
    Vote Rating
    49
    ssamayoa has a spectacular aura about ssamayoa has a spectacular aura about ssamayoa has a spectacular aura about

      0  

    Default


    Quote Originally Posted by Garry Hawkins View Post
    Do you have a code on how to do it in server code? thanks...
    Yep, with JAX-RS + Apache POI + JPA.
    UI: Sencha Architect 2.x / ExtJS 4 MVC
    Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
    Application Server: Glassfish 3.1.x
    Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5

    If you like my answer please vote!