Home » Apache POI Excel Header

Apache POI Excel Header

by Online Tutorials Library

Apache POI Excel Header

Apache POI allows us to set header for our excel document. It provides getHeader() method of Sheet interface and returns an instance of Header type.

Lets see an example in which we are creating and setting header for our document.

Apache POI Excel Header Example

Output:

This output is a printview of the file.

Apache POI Excel Header

You may also like