Login  Register

Re: ABOUT THE RESULT WINDOW...

Posted by Gabriel Landini on Jul 04, 2009; 11:57am
URL: http://imagej.273.s1.nabble.com/ABOUT-THE-RESULT-WINDOW-tp3691892p3691895.html

On Saturday 04 July 2009, ashish ram wrote:
> Thank you  *Christophe Leterrier* for your reply.But i would like to tell u
> that i wanted to open,read and use the data from the result table inside a
> plugin.
> I am unable to find any way to open the .xls file from my plugin.if
> u know any way to open it like just another image file please do tell me.

Surely not as an image file...

I think the xls files are actually tab delimited text files, not excel files,
so you can either open as text files, or you need to have a look at the API
for the ResultsTable class and read/write the values directly from the
currently open results table:

http://rsb.info.nih.gov/ij/developer/api/ij/measure/ResultsTable.html

Cheers

G.