in Education by
first time posting. I'm currently trying to open an .xlsx file with zipfile on Python, finding all files with namelist(), then using .count() to find all images in .png format within the archive. My problem is currently, the list returned by namelist() function returns only 1680 elements. EDIT: After saving the xlsx file as an html, I am able to view all images contained in the excel spreadsheet and the total file count is 3,352 files. I checked documentation for zipfile and exhausted the best Google searches I could muster. I appreciate any hints or advice! Here's the snippet of code I'm using: import zipfile as zf xlsx = 'myfile.xlsx' xlsx_file = zf.ZipFile(xlsx) fileList = xlsx_file.namelist() JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
maybe convert it to a wheel file? wheel works good to me

Related questions

0 votes
    I have two collections for example CollectionA and CollectionB both have common filed which is hostname Collection A ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    We have a live MySQL database that is 99% INSERTs, around 100 per second. We want to archive the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 24, 2022 in Education by JackTerrance
0 votes
    How might you approve all mappings in the archive all the while?...
asked Jun 7, 2021 in Technology by JackTerrance
0 votes
    What will do you with a missing value in an observation? Options 1 from the point of definition onward in the ... the function. Tin Select the correct answer from above options...
asked Nov 28, 2021 in Education by JackTerrance
0 votes
    In shutting a pack of 52 playing cards, four are accidently dropped; find the chance that the missing cards should ... from each suit Select the correct answer from above options...
asked Nov 22, 2021 in Education by JackTerrance
0 votes
    Why do we obtain five missing values from the following lines of code? x <- 1:5 x[NA]...
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    The United Nations has ........ number of members. (a) 190 (b) 193 (c) 198 (d) 199 Please answer the above question....
asked Aug 14, 2022 in Education by JackTerrance
0 votes
    There are ......... permanent members in the Security Council. (a) four (b) five (c) six (d) seven Please answer the above question....
asked Aug 10, 2022 in Education by JackTerrance
0 votes
    There are ......... non-permanent members in the Security Council. (a) ten (b) five (c) fifteen (d) seven Please answer the above question....
asked Aug 10, 2022 in Education by JackTerrance
0 votes
    How many members does the Economic and Social Council have? (a) 33 (b) 40 (c) 15 (d) 54 Please answer the above question....
asked Aug 10, 2022 in Education by JackTerrance
0 votes
    How many members are there in the public accounts committee of indian lok sabha Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
0 votes
    Complete the concept map. Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
0 votes
    Complete the concept map. Founder members of NAM Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    How many members in the Lok Sabha can be nominated by the President of India? (a) 2 (b) 3 (c) 4 (d) 5 Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
...