Please Help: Resource Files and Excel

  • Thread starter Thread starter Jimmy
  • Start date Start date
J

Jimmy

Dear All!

Our application uses resource files for localization. I'd like to be
able to export those RESX files to MS Excel and back, that is - in both
directions.

I'm looking for advice for the simplest strategy of achieving this.

Thanks a lot in advance!
J.
 
Well, to access the resource files, you will need to use APIs in .NET.

To access Excel, you will have to add a reference to the Excel
automation object model in your project. You can then set the values on the
excel sheet that you obtain through .NET.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top