Apache POI Draw ShapeHSSFSimpleShape 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 ExampleOutput:
Next TopicApache POI Image
|