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 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 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 version, ...
>>
>> Thanks... Dominik.
>>
>> On Fri, Jan 9, 2015 at 4:28 AM, Kazuaki Miyauchi <miyau...@gmail.com> wrote:
>>> 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
>

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

Reply via email to