09-25-2013 05:12 PM
Hi,
I collected the 2D array information of images from a camera, and write it to spreadsheet. How can I open the spread sheet in Excel? I tried to store, but the Excel just won't open correctly.
Thanks.
TH
09-25-2013 05:59 PM
09-25-2013 06:56 PM
One way is to convert the array of numbers as an array of strings (using Array to Spreadsheet string) and save into a txt file. Define a delimiter and use the same parameters when you read the file under excel.
09-25-2013 07:02 PM