koral-- / android-gradle-localization-plugin

Gradle plugin for generating localized string resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for other sources

koral-- opened this issue · comments

eg. Google spreadsheets, XLS

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"

No, the only supported format now is CSV.

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