You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by madhavan421 <ma...@gmail.com> on 2016/09/20 06:20:44 UTC

Set max rows in spread sheet built using apache poi

Hi,

I want to restrict the user from creating a max of 10k rows in spreadsheet.
Do we have any parameters or styles to set this? 
Thanks in Advance
Madhav



--
View this message in context: http://apache-poi.1045710.n5.nabble.com/Set-max-rows-in-spread-sheet-built-using-apache-poi-tp5724819.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: Set max rows in spread sheet built using apache poi

Posted by Javen O'Neal <ja...@gmail.com>.
No. You will need to edit the POi source and build and deploy your modified
version with your application, or just guard all calls in your application
to createRow.

On Sep 20, 2016 4:56 AM, "madhavan421" <ma...@gmail.com> wrote:

Hi,

I want to restrict the user from creating a max of 10k rows in spreadsheet.
Do we have any parameters or styles to set this?
Thanks in Advance
Madhav



--
View this message in context: http://apache-poi.1045710.n5.
nabble.com/Set-max-rows-in-spread-sheet-built-using-
apache-poi-tp5724819.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org