python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to import an excel into the database using python xlrd package gives an error: XLRDError: Excel xlsx file; not supported
I tried to open the excel using the code given below:
loc="/Users/shruti/Downloads/user.xlsx"
wb=xlrd.open_workbook(loc)
I get the following error.
XLRDError: Excel xlsx file; not supported...
user18419235
Votes: 0
Answers: 0
Is there any way to extract data from text file in Excel through python?
Iam new to Python so completing my task is always a big hassle for me. I do try a lot of things but generally get stuck .So I hope that someone could assist me.
There is one procedure with humungous l...
Sudhanshu Sharma
Votes: 0
Answers: 0
Extract particular values from Excel file, place it into static text and generate .txt files
I am trying to read cells from .xls file and place them into particular spots in a static text and then have that generated as .txt file.
I managed to write code that generates what I need, but it onl...
Kuba
Votes: 0
Answers: 1
Convert parse text file into csv file using python?
I have following sample data from my text file. I am trying to convert that text file into csv file to clean the data.
The file text look like:
data
Text data:
-----------------------------------...
zsyfrkn
Votes: 0
Answers: 1