Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Team
when i'm trying to reload the script i'm getting the following error . could any one suggest me what to do???
Hi,
try to change last line of your script in
...
FROM
ABC classification for PC 2001 - SSoT.xlsx
(biff, embedded labels, header is 1 lines, table is [ABC classification]);
S.
when changed my script
getting this error
biff = xls
ooxml = xlsx
HI Paul
Mine is xlsx
when i use ooxml it showing "Zip Error"
could you please suggest me what to do??
First try [SSoT_EXCEPTION_LIST_PC 2001.xlsx] because the filename contains a space
Else:
Check this discussion
Hi Settu
I opened the URL in the Chrome browser its opening with out any error
any more suggestions pls...
XLSX file extension is an OOXML-format file. This file is a zipped directory-structure containing the entire structure of files mostly in an XML-format that is your entire Excel Workbook.
If the integrity of the file is comprimised then it would be natural that the driver gives such an error message.
To test whether this is the case you could make a copy of the file and rename it to test.zip and then you could try to unzip it directly in Windows File Explorer. If it unzips without a problem the XLSX-file shouldn't be corrupted.