-
Notifications
You must be signed in to change notification settings - Fork 11
Engine parameters documentation
foglcz edited this page Apr 22, 2013
·
11 revisions
The generate_excel template takes no arguments at the very least - in that case, default template will be generated. This is to make sure, your implementation into your systems is correct, this of it as test case.
-
themescontains xmlNode, copy/paste fromxl/themes/theme1.xml -
stylescontains xmlNode, copy/paste fromxl/styles.xml -
sheetNamescontains names of the sheet:
Sheet 1 Sheet 2
- `sheetContents`
Navigation
----------
1. [Preparing excel files](https://github.com/foglcz/xsl-excel-engine/wiki/Preparing-excel-files)
2. [Preparing the first output](https://github.com/foglcz/xsl-excel-engine/wiki/Preparing-first-output)
3. [Putting plain data into excel sheet](https://github.com/foglcz/xsl-excel-engine/wiki/Putting-plain-data-into-excel-sheet)
4. [Appending images](https://github.com/foglcz/xsl-excel-engine/wiki/Appending-images)
5. [Creating multiple worksheets](https://github.com/foglcz/xsl-excel-engine/wiki/Creating-multiple-worksheets)
6. [Printer settings](https://github.com/foglcz/xsl-excel-engine/wiki/Printer-settings)
7. [Macro-enabled workbooks](https://github.com/foglcz/xsl-excel-engine/wiki/Macro-enabled-workbooks)
8. [Under the hood](https://github.com/foglcz/xsl-excel-engine/wiki/Under-the-hood)
9. Engine parameters documentation
10. [Best practice for writing Excel XML](https://github.com/foglcz/xsl-excel-engine/wiki/Best-practice-for-writing-Excel-XML)