Skip to content

kodboy/excel2strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a excel to iOS strings tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages