You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: