Home » Apache POI Draw Shape

Apache POI Draw Shape

by Online Tutorials Library

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:

Apache POI Draw Shape

Next TopicApache POI Image

You may also like