RE: shiftrows() in xls document containing hidden (zero height) rows

2017-01-09 Thread Murphy, Mark
Check the link at the bottom of the email? -Original Message- From: discreta discrecion [mailto:ecorr...@hotmail.com] Sent: Sunday, January 08, 2017 5:53 AM To: POI Users List Subject: Re: shiftrows() in xls document containing hidden (zero height) rows unsuscribe, please

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-08 Thread Javen O'Neal
The attachment didn't make it through. Would you be willing to open a bug on bz.apache.org/bugzilla and submit all the information needed to reproduce the problem there? Also include a link to this discussion, https://lists.apache.org/thread.html/7a2c9215bbc77549c5cf038dac820312f633468ab4f1a51121

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-08 Thread Javen O'Neal
De: Spyros Rokopanos Enviado: sábado, 7 de enero de 2017 15:04:48 Para: user@poi.apache.org Asunto: Re: shiftrows() in xls document containing hidden (zero height) rows I don't know if its universal. I have faced the issue in one workbook in which one sheet has hidden rows... I have not t

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-08 Thread discreta discrecion
unsuscribe, please? De: Spyros Rokopanos Enviado: sábado, 7 de enero de 2017 15:04:48 Para: user@poi.apache.org Asunto: Re: shiftrows() in xls document containing hidden (zero height) rows I don't know if its universal. I have faced the issue in one workbo

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-08 Thread discreta discrecion
How can I unsuscribe? De: Spyros Rokopanos Enviado: sábado, 7 de enero de 2017 15:04:48 Para: user@poi.apache.org Asunto: Re: shiftrows() in xls document containing hidden (zero height) rows I don't know if its universal. I have faced the issue in one wor

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-07 Thread Spyros Rokopanos
I don't know if its universal. I have faced the issue in one workbook in which one sheet has hidden rows... I have not tried with other workbooks/sheets.. Also from stackoverflow I found this which sounds the same problem: "Somehow I manage to create new rows between two rows in an existing excel

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-05 Thread Javen O'Neal
Does this happen on all XLS workbooks or just a few? If it isn't universal, could you also attach a small workbook to go along with your code sample so that we can reproduce the problem? On Jan 5, 2017 20:47, "Javen O'Neal" wrote: Sounds like a bug in the shiftRows code. Could you post a self-

Re: shiftrows() in xls document containing hidden (zero height) rows

2017-01-05 Thread Javen O'Neal
Sounds like a bug in the shiftRows code. Could you post a self-contained example of what you're doing that's causing the error, including a stack trace of the error if you're getting an exception instead of a mangled workbook? On Jan 5, 2017 15:40, "Spyros Rokopanos" wrote: > Hello all, > > > I

shiftrows() in xls document containing hidden (zero height) rows

2017-01-05 Thread Spyros Rokopanos
Hello all, I would like to ask if behavior of shiftrows() changes if a documents contains hidden (zero height) rows. I just ask because I am trying to insert some new rows (using shiftrows()) and if I have hidden rows in the document I face issues. If I unhide them, shiftrows() works as expect