GitXplorerGitXplorer
G

StringResExporter

public
11 stars
4 forks
5 issues

Commits

List of commits on branch trunk.
Unverified
3de333a11ee78ea41f79077e0c9b560cb281e7b6

Try out ubuntu-24.04-arm on CI

GGoooler committed 41 minutes ago
Unverified
c87ac9f07e240973b94c3f262a8ad75fe68dd6ab

Remove lints

GGoooler committed 42 minutes ago
Verified
0a4e29671d59813d94dcc1c9b39b415dfee9946f

Update plugin com.diffplug.spotless to v7.0.2 (#139)

rrenovate[bot] committed 4 days ago
Verified
e5b317bd5360b818089cccb49f3d9fb7bcd06e11

Update dependency com.android.tools:r8 to v8.7.18 (#138)

rrenovate[bot] committed 9 days ago
Verified
50ba2f39b6c556c5a71472b822c909c8a8cf7ccc

Update plugin com.android.lint to v8.8.0 (#137)

rrenovate[bot] committed 9 days ago
Verified
77f7ba1702815da8ffaa67ef63a15b6136659c7e

Update dependency org.apache.poi:poi to v5.4.0 (#136)

rrenovate[bot] committed 10 days ago

README

The README file for this repository.

StringResExporter

StringResExporter is a utility designed to facilitate the export and import of string resources between Android projects and XLS files.

Usage

# Export string resources from an Android project to a XLS file.
string-res-exporter --res2xls /path/to/res /path/to/xls

# Import string resources from a XLS file to an Android project.
string-res-exporter --xls2res /path/to/output.xls /path/to/res

In this example, ./src/test/resources/res will be exported to /path/to/xls/output.xls, which contains three sheets: StringRes, PluralsRes and ArrayRes. If you want to import resources from a XLS file, you must use the same formatted sheets, including the same sheet names and column names

Install

Mac OS or Linux

brew install Goooler/repo/string-res-exporter

Other

Download standalone JAR from latest release. On MacOS and Linux you can chmod +x and execute the .jar directly. On Windows use java -jar.