[Solved] Performance Questions - getCellByPosition()
Posted: Sat Sep 22, 2012 12:58 am
Would there be a huge performance impact if I use getCellByPosition(int column, int row) more than a hundred times with different column and row parameters while setting the string value of each cell in calc? I am using the Java API? My programming is writing data to spreadsheet cell. The program will populate hundred of cells. Is there a better way to populate the cells then by using getCellByPosition() for each cell? If so, what is a more efficient way?
Thanks
Thanks