119
Apache POI Draw Shape
HSSFSimpleShape class is used to draw shapes in spreadsheet. This class provides a method setShapeType() which helps to draw various shapes such as ovel, line, rectangle etc.
Lets see an example.
Apache POI Draw Shape Example
Output:
Next TopicApache POI Image