-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
louangr
committed
Sep 7, 2022
1 parent
7d5063e
commit 5ecbbfa
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# ReplaceAllInOdsFileFromJson | ||
# ReplaceAllInOdsFileFromJson | ||
|
||
- télécharge la dernière release | ||
- place toi dans `NameToId` ou `IdToName` selon ce que tu souhaites | ||
- colle ton fichier `.json` à côté de l'éxecutable et nomme le `source.json` | ||
```json | ||
[ | ||
{ | ||
"name": "name", | ||
"id": 0 | ||
}, | ||
... | ||
] | ||
``` | ||
- colle ton fichier `.ods` à côté de l'éxecutable et nomme le `source.ods` | ||
- lance l'éxecutable | ||
- et retrouve le fichier `output.ods` |