Import excel
Skill jason0404/Jason-Android-Marketplace/plugins/android-localization-toolkit/skills/import-excel
A Claude Code marketplace for Android development, featuring code review, localization management, and APK/AAB release artifact inspection tools.
npx -y skills add jason0404/Jason-Android-Marketplace --skill import-excelAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Safely import approved translations from an XLSX workbook into Android strings.xml after validation
SKILL.md
1.0 KB, as published. Nobody here has run it
Apply reviewed translations from a workbook into selected Android locale resources.
Workflow
- Identify the workbook path, base locale, target resource scope and locale-column mapping.
- Invoke
android-localization-import-validator. - Block any invalid row before writing:
- key absent from base resources
- placeholder mismatch
- malformed XML/escaping
- ambiguous locale folder mapping
- unintended update to base/source text
- On explicit approval to import, update only confirmed target-locale values.
- Re-run
android-strings-auditoragainst changed resources. - Optionally invoke
android-localization-report-generator.
Safety rules
- Never rename or delete base keys automatically.
- Preserve Android placeholders, markup and resource metadata.
- Keep the diff minimal and deterministic.
- List each modified locale file and number of changed values.