Name
|
Class
|
Explanation
|
---|---|---|
engine
|
JETTExcelTemplateRen- derer
|
The template renderer engine.
|
applicationContext
|
ApplicationContext
|
The spring's ApplicationContext that can be useful to get access to DAOs or Manager objects using applicationContext. getBean(...) calls
|
user
|
UserDto
|
The user executing the export.
|
request
|
HttpServletRequest
|
The current HTTP request.
|
now
|
Date
|
The current date and time.
|
cbBaseUrl
|
String
|
The URL pointing to the Codebeamer server so that links can be generated.
|
numberFormat
|
NumberFormat
|
The number formatter.
|
textFormatter
|
TextFormatter
|
Renders text and localized messages.
|
items
|
List<TrackerItemDto>
|
The items (bug, issue, requirements) being exported.
|
cell
|
Cell
|
The POI cell being processed.
|
sheet
|
Sheet
|
The POI sheet being processed.
|
workbook
|
Workbook
|
The POI workbook being processed.
|
dates
|
com.intland.Codebeamer. text.excel.Dates
|
Various date constants for easy date filtering. For more information, see Excel Templates
|
You can use ALL objects from Word export.
|