Generate Conditional Formatting DataBars Images

Contents
[ ]

Example

The following sample code generates the DataBar image of cell C1. First, it accesses the format condition object of the cell, and then from that object, it accesses the DataBar object and uses its DataBar.toImage() method to generate the image of the cell. Finally, it saves the image on disk.