export resource file into excel file

Last post 06-29-2009 4:50 AM by sanjeevkumarthakur. 2 replies.

Sort Posts:

  • export resource file into excel file

    06-24-2009, 7:56 AM

    Hii Everybody,


    i want to export my resource file into excel file. And still i haven't  get the success.So can anybody tell me how to do in asp.net?

    Thanks in advance


    Regards

    Sanjeev Thakur

  • Re: export resource file into excel file

    06-29-2009, 12:42 AM
    Answer

    Hi,

    From your description, it seems that you want to export the content in resource file into excel, right?

    After you generate your resource file, you can open it with notepad, and you can see all contents are in XML format, and you can read the "data"  node, and save each node content into a datatable, after that, export the datatable content to your excel file. For more information on how to export data from DataTable to Excel, see:

    http://www.codeproject.com/KB/office/ExcelDataTable.aspx

    Thanks.

    Michael Jin.
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: export resource file into excel file

    06-29-2009, 4:50 AM

    Thank Dear ..


Page 1 of 1 (3 items)