Skip to content

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.

Most used parameters

  • themes contains xmlNode, copy/paste from xl/themes/theme1.xml
  • styles contains xmlNode, copy/paste from xl/styles.xml
  • sheetNames contains 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)

Clone this wiki locally