Files
archived-recipes-contrib/davidannebicque/html-to-spreadsheet-bundle/0.1/config/packages/html_to_spreadsheet.yaml
David 21032ce4c2 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
2025-12-03 22:10:31 +04:00

20 lines
499 B
YAML

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'