jeremypmeyers / Igor-Battery-Analysis

Set of procedures for battery data analysis using Igor Pro
0 stars 0 forks source link

Allow user to select a specific sheetname in LoadAllExcel() #7

Closed jeremypmeyers closed 8 years ago

jeremypmeyers commented 8 years ago

Present implementation is to select the first sheet of each Excel workbook in a folder, but we need to allow the user to select another sheet. Can we use just the first workbook we experience as the model for subsequent files?

jeremypmeyers commented 8 years ago

Added prompt in LoadAllExcel(). Code works by prompting user for sheetname, leaving it blank ("") will default to first sheet in workbook.

jeremypmeyers commented 8 years ago

Did some checking using Iontensity data and doesn't appear to be loading correctly. Working on a fix now.

jeremypmeyers commented 8 years ago

Got the sheetname prompt to work. Loads properly now on Iontensity data.