[Android] convert string.xml to CSV,Excel

Stanley Lin
1 min readJul 26, 2019

--

if we need to edit multi-language in excel file and convert to xml

it’s will be a stupid way in copy paste step by step

so i found smart way to do this

  1. convert string.xml to excel
    (1) open http://www.pionestudio.com/convert_xml_csv.html
    (2) paste you xml convert to CSV
    (3) you can open CSV in excel

2. convert excel to string.xml
(1) output CSV file and copy paste to http://www.pionestudio.com/convert_xml_csv.html
(2) copy to android studio

Tools :

(1)convert string.xml for ios & android
https://localise.biz/free/converter/ios-to-android

--

--