GitXplorerGitXplorer
G

StringResExporter

public
11 stars
4 forks
5 issues

Commits

List of commits on branch trunk.
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 8 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
Verified
581e1a43c44cba95873fb9de5aab94b6516222c3

Update plugin com.diffplug.spotless to v7.0.1 (#135)

rrenovate[bot] committed 10 days ago
Verified
1da1c3469bdc04a36578190c87d1599c75a11cfe

Update plugin com.diffplug.spotless to v7.0.0 (#134)

rrenovate[bot] committed 12 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.