Set max rows in spread sheet built using apache poi

2016-09-20 Thread madhavan421
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

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

2016-09-20 Thread Javen O'Neal
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" wrote: Hi, I want to restrict the user from creating a max of 10k rows in spreadsheet. Do w