Re: insert row function

2015-01-21 Thread Kazuaki Miyauchi
2015-01-19 4:33 GMT+09:00 Dominik Stadler dominik.stad...@gmx.at: you can probably use Sheet.shiftRows(int startRow, int endRow, int n) to shift the rows down starting at the point of insertion and then create a new row at the index that is then unpopulated. Thank you very much. I'll try to

Re: insert row function

2015-01-18 Thread Dominik Stadler
Hi, you can probably use Sheet.shiftRows(int startRow, int endRow, int n) to shift the rows down starting at the point of insertion and then create a new row at the index that is then unpopulated. Dominik. On Tue, Jan 13, 2015 at 4:43 AM, Kazuaki Miyauchi miyau...@gmail.com wrote: Sorry, my

Re: insert row function

2015-01-12 Thread Kazuaki Miyauchi
Sorry, my question is are there any function of inserting row in Excel File in POI?. I'd like to insert row into Excel File using POI. 2015-01-09 18:32 GMT+09:00 Dominik Stadler dominik.stad...@gmx.at: This is not a very useful question as you do not state at all what actually fails and how it

Re: insert row function

2015-01-09 Thread Dominik Stadler
This is not a very useful question as you do not state at all what actually fails and how it fails. You will increase your chances of getting some answers if you add more information about your problem, e.g. sample code, actual error message, what you already tried, if it worked in a previous

insert row function

2015-01-08 Thread Kazuaki Miyauchi
Hi, now we cannot insert row in Excel File using POI? Regards, K.Miyauchi - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org