Add recipe for davidannebicque/html-to-spreadsheet-bundle (#1898)

* Add recipe for davidannebicque/html-to-spreadsheet-bundle

* fix Post-install in english

* fix test QA

* fix QA

* fix QA

* fix QA

* fix QA

* fix QA

* fix trasnlation

* fix
This commit is contained in:
David
2025-12-03 19:10:31 +01:00
committed by GitHub
parent d64fad090c
commit 21032ce4c2
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
html_to_spreadsheet:
#Enable strict mode for HTML validation
strict: true
#Include built-in styles (th, money, date, etc.)
include_builtins: true
#Temporary directory (optional)
#temp_dir: '%kernel.cache_dir%/html_to_spreadsheet'
#Custom styles (examples)
#default_styles:
# custom_header:
# font:
# bold: true
# color: 'FFFFFF'
# fill:
# fillType: 'solid'
# color: '4472D4'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Davidannebicque\\HtmlToSpreadsheetBundle\\HtmlToSpreadsheetBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

View File

@@ -0,0 +1,5 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> HTML to Spreadsheet Bundle installed successfully! </>
<bg=blue;fg=white> </>
* Configure the bundle in <comment>config/packages/html_to_spreadsheet.yaml</comment>
* Documentation: <comment>https://github.com/davidannebicque/html-to-spreadsheet-bundle</comment>