Added excel password remover project, Added videos to composer

Update composer.php, excel-worksheet-password-remover.json, and 3 more files...
This commit is contained in:
2022-07-01 07:06:57 +02:00
parent eab1699642
commit 634e8fb52b
5 changed files with 159 additions and 68 deletions

View File

@@ -1,28 +0,0 @@
{
"title": {
"icon": "fad fa-unlock",
"page": {
"en": "Excel Worksheet Password Remover",
"fr": "Excel Worksheet Password Remover"
},
"card": {
"main": {
"en": "Excel Worksheet Password Remover",
"fr": "Excel Worksheet Password Remover"
}
}
},
"meta": {
"title": {
"en": "Excel Worksheet Password Remover",
"fr": "Excel Worksheet Password Remover"
},
"description": {
"en": "Small web page from which you can easily remove a password from an Excel worksheet. It works by leaving the task of editing the XML files on an Excel document to your browser instead to keep everything local.",
"fr": "Petite application web qui permet de facilement retirer le mot de passe d'une feuille de calcul Excel depuis votre navigateur web sans avoir à uploader le fichier sur internet. Cette application laisse votre navigateur modifier les fichiers XML du fichier Excel afin de tout garder en local."
}
},
"tags": [
"docker", "web", "python"
]
}