Python Forum
Getting error while loading excel(.xlsx) file using openpyxl module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting error while loading excel(.xlsx) file using openpyxl module
#1
Hi,

import openpyxl
#Path of workBook
path = "C:\\***\\python_sheet.xlsx"

#Load worksheet from the directory(path)
wb = openpyxl.load_workbook(path)
Getting following error while loading excel file from directory, even though excel it is not a zip file
[Error :]
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

How do we solve this problem
Reply
#2
(Mar-01-2019, 09:41 AM)shubhamjainj Wrote: even though excel it is not a zip file
you would be surprised to learn that new excel format i.e. xlsx, xlsm, etc... are indeed zip
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Next/Prev file without loading all filenames WilliamKappler 9 482 Apr-12-2024, 05:13 AM
Last Post: Pedroski55
  Python openyxl not updating Excel file MrBean12 1 319 Mar-03-2024, 12:16 AM
Last Post: MrBean12
  Copy Paste excel files based on the first letters of the file name Viento 2 427 Feb-07-2024, 12:24 PM
Last Post: Viento
  python Read each xlsx file and write it into csv with pipe delimiter mg24 4 1,431 Nov-09-2023, 10:56 AM
Last Post: mg24
  Search Excel File with a list of values huzzug 4 1,230 Nov-03-2023, 05:35 PM
Last Post: huzzug
  Updating sharepoint excel file odd results cubangt 1 829 Nov-03-2023, 05:13 PM
Last Post: noisefloor
  trouble reading string/module from excel as a list popular_dog 0 418 Oct-04-2023, 01:07 PM
Last Post: popular_dog
  Python C Extension Module loading issue on Cygwin mesibo 0 646 Sep-22-2023, 05:41 AM
Last Post: mesibo
  Openpyxl module breaking my code EnderSM 5 1,055 May-26-2023, 07:26 PM
Last Post: snippsat
  Excel Automation using Openpyxl pradyumnajpn 1 804 May-16-2023, 09:38 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020