Re: how to append results in excel file
Posted by Guy Lyons on Aug 02, 2017; 2:15am
URL: http://imagej.273.s1.nabble.com/how-to-append-results-in-excel-file-tp5002126p5019149.html
I am trying to do exactly what Annie Venien described in the original post using ImageJ macro language i.e. save analysis data from images into individual files AND also combine them into a single csv file. Tried all sorts of things involving strings, File.append, etc., to combine them into a single csv file, but can't crack it. A lot of people have requested advice for the same thing in various forums. The "Read and Write Excel" plugin adds data side-by-side, instead of appending it in columns. Has anyone come up with a plugin or other method to achieve this, either as you go during analysis of multiple files, or post-analysis to concatenate csv data files vertically?