Export to Excel

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Export to Excel

    I am trying to export data from a Store to an excel file. The store is not linked to a grid though (I just want to pull the data in from the DB and export it). I used the OnSubmitData to fire the code behind. It successfully creates an Excel file, but it is blank! I belive the xmlNode I am creating is blank. How can I get an XmlNode from a Store?

    Thanks,
    Jon
  2. #2
    Hi,

    The following sample demonstrates exporting data in several different formats.

    https://examples1.ext.net/#/GridPane...ort_Data_Ajax/

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    That is the example I have been working off of. However, it only shows how to get the XmlNode object from a gridpanel record, and I need to be able to extract one from the Store itself.
  4. #4
    Hi,

    You can use the Store's getRecordsValues method instead of the GridPanel's getRowsValues one.
  5. #5
    After some work, I managed to get the record to export to excel. However, it simply comes as a basic table. I tried editing the .xsl file, but I cannot find a good guide for styling the exported excel file. Could you please provide me with some information on how to customize the excel file? For instance, I would like to export the file with the fields as rows and the values as columns. Is this possible?

    Thank you,
    Jon
  6. #6
    Quote Originally Posted by JonC View Post
    After some work, I managed to get the record to export to excel. However, it simply comes as a basic table. I tried editing the .xsl file, but I cannot find a good guide for styling the exported excel file. Could you please provide me with some information on how to customize the excel file? For instance, I would like to export the file with the fields as rows and the values as columns. Is this possible?

    Thank you,
    Jon
    It would probably be best to use the Google to find the correct format required by Excel.
    Geoffrey McGill
    Founder

Similar Threads

  1. Export to Excel
    By ChrisO in forum 2.x Help
    Replies: 1
    Last Post: Jun 21, 2012, 4:08 PM
  2. Excel Export in Grid
    By BLOZZY in forum 1.x Help
    Replies: 0
    Last Post: Oct 09, 2011, 11:37 AM
  3. Excel Export
    By maephisto in forum 1.x Help
    Replies: 1
    Last Post: May 13, 2011, 11:47 AM
  4. vb example of export to Excel
    By grosenbrock in forum 1.x Help
    Replies: 2
    Last Post: Aug 27, 2010, 6:22 PM
  5. Excel export problem
    By Nagaraj K Hebbar in forum 1.x Help
    Replies: 3
    Last Post: Aug 18, 2009, 5:36 PM

Tags for this Thread

Posting Permissions