epath = SystemDialogInput["FileOpen",WindowTitle -> "Select a .xls to Open"]; epath2 = Input["WHAT TAB IS THE INFORMATION IN?"];\[Lambda] = SetPrecision[Import[epath, {"Data", epath2, 6, excelfile2}], 10];
When the file is being imported, it is being converted from xls to zip file. How do you stop it from changing the file format? The error I am getting is
Import::noelem: The Import element "Data" is not present when importing as ZIP.
If I trace the file I can find that it is a zip file, but is there a way to either convert it back or prevent it in the first place?
In[135]:= heldexpression // ReleaseHold
Out[135]= "ZIP"
In[124]:= epath
Out[124]= "\\\\Client\\H$\\Downloads\\BMB P4 Large Pump NASA VII Case \
5 \[Mu]500 80pts.xls"
If I choose any of my three input files the contents are the same.
{"[Content_Types].xml", "_rels\\.rels","xl\\_rels\\workbook.xml.rels","xl\\workbook.xml", "xl\\styles.xml", \"xl\\theme\\theme1.xml", "xl\\worksheets\\sheet1.xml", \"xl\\sharedStrings.xml", "xl\\worksheets\\sheet2.xml", \"docProps\\app.xml", "xl\\calcChain.xml", "docProps\\core.xml"}