I have an Excel file with data in the columns A-E. I need the Excel file converted to a text file so that looks like this:
question[1]=new Array("INFO IN CELL A1 ","INFO IN CELL B1","INFO IN CELL C1","INFO IN CELL D1","INFO IN CELL E1",1);
And then question[2] would be the same except it would contain the data found in the excel file row 2.
My Excel data is over 1100 rows so doing it manually would be VERY tedious. Is it possible to convert this in Excel?
question[1]=new Array("INFO IN CELL A1 ","INFO IN CELL B1","INFO IN CELL C1","INFO IN CELL D1","INFO IN CELL E1",1);
And then question[2] would be the same except it would contain the data found in the excel file row 2.
My Excel data is over 1100 rows so doing it manually would be VERY tedious. Is it possible to convert this in Excel?