Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88835

Unable to read excel file with openpyxl

$
0
0

I am trying to open an excel archive but i couldn't do it:

import openpyxl
doc = openpyxl.load_workbook ("C:/Users/administra/Datos_Campo_El_Mirador.xlsx")

Output: ValueError: min() arg is an empty sequence

I try again changing ashes

import openpyxl
doc = openpyxl.load_workbook ("C:/Users/administra/Datos_Campo_El_Mirador.xlsx")

The same error (ValueError: min() arg is an empty sequence)

Thank you very much


Viewing all articles
Browse latest Browse all 88835

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>