Re: ABOUT THE RESULT WINDOW...
Posted by
Eirinn Mackay on
Jul 06, 2009; 12:58am
URL: http://imagej.273.s1.nabble.com/ABOUT-THE-RESULT-WINDOW-tp3691892p3691896.html
Yes, excel refuses to open the XLS files as they don't fit the format.
I think the extension should be txt or csv.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Eirinn Mackay
Research Assistant
Bartlett Group L6
Queensland Brain Institute
Brisbane, Australia
07 334 66381
On 04/07/2009, at 9:57 PM, Gabriel Landini wrote:
> 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.