User-1136466523 posted
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.