A tiny tool to convert excel file to iOS .strings files.
- loop all sheets
- deduplicate key. if same key, replace previous value with last value
- openpyxl
Run
pip install openpyxl
- Put py file & excel file into the same file folder.
- Edit py file, and specify your initialization parameters.
- Run
Python3 excel2strings.py
, then it will output some.strings
files & log file.