How to convert XLS (Excel 2013) table to XML Strings (Android XML file)? I have table with over 120 values - example: http://ift.tt/1t76wAo - and i need file like this:
<resources>
<string name="value1">value1</string>
<string name="value2">value2</string>
<string name="value3">value3</string>
...
</resources>
Any solutions? Its anoying manualy do this. I have 4 tables like this (120*4=480 values). Thanks for help
No comments:
Post a Comment