Mar-25-2020, 07:55 PM
I have tried something different:
print(jobs[14]) #### I just chose 14 as a point in the list. My output is :
('1918',)
HOW can I strip out the parenthesis, the single quotation marks, and the one comma...???
I tried using
ws['A1']=jobs[14] and I get an error. I tried using a fetchone() and it allowed me to insert a single data into the spreadsheet, but I could not figure out how to advance the next data with fetchone().
print(jobs[14]) #### I just chose 14 as a point in the list. My output is :
('1918',)
HOW can I strip out the parenthesis, the single quotation marks, and the one comma...???
I tried using
ws['A1']=jobs[14] and I get an error. I tried using a fetchone() and it allowed me to insert a single data into the spreadsheet, but I could not figure out how to advance the next data with fetchone().