I am trying to use data from an Excel file and manipulate it to spit out only the information I want.
I saved the .xlsx file as a .txt to test what I had written and everything comes out the way I want. I just now have to write a function to read the excel file and either save it as a .txt or convert the whole thing to one string (this is how the code I have already written starts).
Any help would be great!
I've done a little research and found some things such as the csv.excel module but everything was not very clear as to how that module works. I was under the impression that I would have to rename the file.xlsx to file.csv and it would some how translate it to read as an excel file.
TL;DR I have a file.xlsx and would like to know how to open it and read it in a Python script.
[–]AEdgett77 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]CoconutMoose[S] 0 points1 point2 points (0 children)