Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How convert XLS to RESX?

I have an Excel file with translation and I must load a new language into the project.

How do I convert an XLS file to a RESX format?

like image 759
user1466717 Avatar asked Jun 21 '12 07:06

user1466717


1 Answers

In Visual Studio 2012, this is just as easy as selecting the excel columns to be copied over and just pasting them into resx interface that VS 2012 provides.

It works the other way around too. You could just create an xls file off of the resx by just select/copying the content from resx over into an excel document. enter image description here

like image 83
Zahra Avatar answered Sep 20 '22 14:09

Zahra