Charting from a csv. file

B

Brandon

I need some help trying to figure out a way to do a chart from a file that
saves as csv. See a program saves measurements as a comma-delimited file and
I would like to pull the data, date and time from the file and chart it how
can I do this?
 
J

Jon Peltier

Open the file in Excel, save it as a regular Excel workbook, and make your
chart in the workbook.

- Jon
 
Top