Hi, I'm new to the list. I was trying to track down a problem I was having with the message "Situation not covered" and think I have found and fixed a bug.
In the file org/apache/poi/ss/formula/FormulaShifter, line 325, I changed the
line:
if (destFirstRowIndex < aLastRow && aLastRow <=
destLastRowIndex) {
to
if (destFirstRowIndex <= aLastRow && aLastRow <=
destLastRowIndex) {
It looks like this fixed my problem but I'm not sure if it's absolutely
correct. Any opinions or integration into source tree is welcome.
Curtis
smime.p7s
Description: S/MIME cryptographic signature
