Image template
## Image template
Image template, which allow you to insert images into Excel report, is useful for generating reports such as product listing that require product image.
Use template property **image=true** to display the image-type data field as an image after template processing.
Image template supports following set of properties :
- **image.height:** Numerical type. Sets the height of the picture, in pt or px. The unit cannot be omitted, the correct setting is "95pt". If it is not set, the cell height will be used. Abbreviated as **img.h** or **image.h**.
- **image.width:** Numerical type. Sets the width of the picture, in pt or px. The unit cannot be omitted, the correct setting is "95pt". If it is not set, the cell width is used. Abbreviated as **img.w** or **image.w**.
- **image.keepaspect:** Boolean type. This value sets whether the image maintains the aspect ratio. When it is set together with the image width and height, the width and height settings would not take effect. It can also be used in abbreviated from as **img.ka** or **image.ka**.