When you you getData() on an instance, manipulate the data in php, then write it back into the instance using setData(), any parsing such as getRow() will affect the original file that was loaded and not the modified data that was set. Any writing options do write the data from setData(). Is there anyway to make the result of setData visible to the parsing engine?