Saving Results table
Posted by Douglas Benn-2 on Mar 25, 2010; 8:43pm
URL: http://imagej.273.s1.nabble.com/Saving-Results-table-tp3688794.html
I have spent several hours today trying to find out why my Results table
is saving to disc the first time but when I want to overwrite it with an
updated table it does not appear to save the amended results.
I have checked that the Results table does contain the data I want
saved. I update the results before I save and the path with file name
and suffix are correct.
updateResults();
saveAs("measurements",path);
the path is
C:\\Program Files\\ImageJ\\patient_name\\0460.xls
Any help would be greatly appreciated.....
Thanks.
Douglas