| 1 | initial version |
Hello all, I am receiving an error when trying to read an Excel document. I am not sure why.
import os, sys
PSSE_LOCATION = r"C:\Program Files (x86)\PTI\PSSE33\PSSBIN"
sys.path.append(PSSE_LOCATION)
import excelpy
testxls = excelpy.workbook(xlsfile, mode='r')
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.