koral-- / android-gradle-localization-plugin

Gradle plugin for generating localized string resources
MIT License
109 stars 20 forks source link

Add support for other sources #1

Closed koral-- closed 10 years ago

koral-- commented 10 years ago

eg. Google spreadsheets, XLS

zjbpku commented 10 years ago

does it suppport xlsx file? i add name,default,translatable keys at the first line in xlsx file,while it shows" 'name' column is not present"

koral-- commented 10 years ago

No, the only supported format now is CSV.

koral-- commented 10 years ago

Starting from v1.0.5 XLSX is indirectly supported by using csvGenerationCommand configuration option and external XLSX to CSV converter eg. https://github.com/dilshod/xlsx2csv