Have you played with the Table macro functions? https://wsr.imagej.net/developer/macro/functions.html#T
I also think there is an undocumented argument you can add at the end of this command which will send data to a specific table. Table.setColumn(columnName, array); or Table.setColumn(columnName, array, [table_title]); Cheers- Michael Cammer, Sr Research Scientist, DART Microscopy Laboratory NYU Langone Health, 540 First Avenue, office MSB 06 57, main lab Smilow C-17, New York, NY 10016 -----Original Message----- From: Ethan Cohen <[email protected]> Sent: Wednesday, August 14, 2024 6:42 PM To: [email protected] Subject: Trying to append an results table to excel file OR export an appended log file as text. [EXTERNAL] I am repetitively generating a Results table with 6 columns of data using the BAR plug-in, and about 10 row entries. What I want to do is perform this BAR analysis say 100 times, copy, and append each result of 10 row BELOW the other in the table, or similarly in say in a text file. Import the file into EXCEL. Hopefully, I can adjust the numbering in Table.edit or something like this. One way to do this is to copy the Results Table to the log or Clipboard, and then Append and these can be exported as .txt files? But there is no append feature that I can see. https://forum.image.sc/t/append-measurements-to-an-csv-table/11172 Another way would be to use Read and Write Excel Plugin or maybe a Table Editor? Thanks, Ethan Cohen -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html
