mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* 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
20 lines
499 B
YAML
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'
|