You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Jaspreet Singh <ja...@yahoo.com> on 2014/05/02 17:11:20 UTC

How to set Page Layout view mode for .xls files using apache poi?

I am creating an .xls excel file using apache poi. I need to set the Page Layout view by default. I am not able to find an api to do this.
I did look at a related question on .xlsx files - http://stackoverflow.com/questions/7861001/set-page-view-mode-in-excel-file-using-apache-poi
But i didn't find an equivalent way for .xls files.
Pls help.
Thanks.