jambagecom / excelbill-tt-products
Send an Excel generated bill for orders with tt_products
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:typo3-cms-extension
Requires
- jambagecom/div2007: >=1.10.27,<2
- typo3/cms-core: >=7.6.0,<=9.5.99
Replaces
- jambagecom/excelbill-tt-products: v0.1.0
- typo3-ter/excelbill-tt-products: v0.1.0
This package is auto-updated.
Last update: 2021-03-17 17:35:24 UTC
README
The TYPO3 extension excelbill_tt_products has the purpose to enable the generation of a bill in an Excel format.
Put this into the Setup:
Generate bill:
plugin.tt_products {
bill {
generation = auto
type = excel
handleLib = PhpSpreadsheet
handleLib {
template = fileadmin/templates/excel_template.xls
}
conf {
path = fileadmin/data/bill
}
}
orderEmail {
10002.attachment = bill
}
}
Use the setup bill.conf to overwrite the charset and the standard configuration attributes of TCPDF. This extension contains a HTML template file which you can move into the fileadmin folder if you want to adapt it to your needs.
plugin.tt_products {
bill.conf {
templateFile = fileadmin/templates/excel_template.xls
}
}
PhpSpreadsheet Library:
Use the Extension Manager to set the relative library path to PhpSpreadsheet, where the TYPO3 home directory is the starting point.
libraryPath = src/PhpSpreadsheet
If you have installed the extension base_excel, then you must use this configuration:
libraryPath = typo3conf/ext/base_excel/Vendor/PhpSpreadsheet/src/PhpSpreadsheet/