back up many data in one xls file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

back up many data in one xls file

Thomas GUILBERT
Hello ImageJ users,

I have a question for you about saving data (Measure) in xls or txt file.
Indeed, on the same stack I made ​​a dozen measures in different places through different masks.
For now I save each measurement in a text file (one by mask), but I would like to know if there was a possibility of saving all data in a single file like:

open text file (or xls)
write ( data 1)
write ( data 2 )....
close text file.

thank you for your help,

--
Thomas GUILBERT

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: back up many data in one xls file

Cammer, Michael
Look at the file handling commands in the macro language at
http://rsbweb.nih.gov/ij/developer/macro/functions.html#F 
and the print command.
Regards,
Michael C.

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Thomas GUILBERT
Sent: Tuesday, June 12, 2012 11:45 AM
To: [hidden email]
Subject: back up many data in one xls file

Hello ImageJ users,

I have a question for you about saving data (Measure) in xls or txt file.
Indeed, on the same stack I made ​​a dozen measures in different places through different masks.
For now I save each measurement in a text file (one by mask), but I would like to know if there was a possibility of saving all data in a single file like:

open text file (or xls)
write ( data 1)
write ( data 2 )....
close text file.

thank you for your help,

--
Thomas GUILBERT

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html