Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
louangr committed Sep 7, 2022
1 parent 7d5063e commit 5ecbbfa
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
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`

0 comments on commit 5ecbbfa

Please sign in to comment.