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)
Save an .xls file in a specific folder
I have a web_scraping script, which generates a download, resulting in
a .xls file
I can't save this .xls file in the folder I want.
I would like to save it to a local folder
I tried like this:
impo...
user18697299
Votes: 0
Answers: 1
Converting .xls to .xlsx files with VBA doesn't seem to reduce size
So, I have a bunch of old .xls files that I want to convert to .xlsx files for the sake of disk space economy. Doing it one-by-one is out of the question. I seem to have written some code that actuall...
Crock0il
Votes: 0
Answers: 2
Get .XLS file from outlook and open it in pandas
I have that problem that I'm getting on my outlook filename.XLS every one day in week and I wanted to download it, modify and save to .csv in some directory. The issue is that it is excel version 97-2...
Ulewsky
Votes: 0
Answers: 0
Uploading multi sheet `.xls` file to AWS S3 using AWS lambda
I am creating a multi sheet .xls file in AWS lambda and pushing it to S3 Bucket. On testing the file creation in local, the file is as expected and can be opened.
When I pull the file that is loaded t...
user3567993
Votes: 0
Answers: 1