Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 438 Bytes

excel2strings

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

Dependencies

  • openpyxl

Run pip install openpyxl

Usage

  1. Put py file & excel file into the same file folder.
  2. Edit py file, and specify your initialization parameters.
  3. Run Python3 excel2strings.py, then it will output some .strings files & log file.