python - cannot import workbook in openpyxl -
i have installed openpyxl in ubuntu.
running openpyxl xlsx files.
while importing module, gives me following error.
from openpyxl import workbook importerror: cannot import name workbook
can knows have solve problem?
Comments
Post a Comment