Excel link with embedded sheet

Excel link with embedded sheet

TONELLAL
Collaborator Collaborator
671 Views
2 Replies
Message 1 of 3

Excel link with embedded sheet

TONELLAL
Collaborator
Collaborator

Hi,

I try to use an embedded Excel sheet to use it with iLogic.

The rule :

i = GoExcel.FindRow("3rd Party:Embedding 1", "Feuil1", "TYPE", "=", "A")

 

 I have the hereunder error, but I can't find where is the problem...

 

If I use an external XLS file it's ok :

i = GoExcel.FindRow("C:\temp\test.xlsx", "Feuil1", "TYPE", "=", "A")

 

The ipt file is joined, you can test it.

I precise I use French Inventor 2016 R3.

 

All ideas welcome !

 

2018-08-02_17h29_59.png2018-08-02_17h35_59.png

0 Likes
Accepted solutions (1)
672 Views
2 Replies
Replies (2)
Message 2 of 3

HermJan.Otterman
Advisor
Advisor

Hello can't see what you are doing wrong, except for the Sheetname..

but when the right sheetname is entered it still does not work.

I created a new one in my inventor 2019 and it works fine (see the screencast)

I don't have 2016 running any more, sorry

 

 

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


0 Likes
Message 3 of 3

HermJan.Otterman
Advisor
Advisor
Accepted solution

the Inventor lines:

 

 

'i = GoExcel.FindRow("3rd Party:Embedding 1", "Sheet1", "columnName", "<=", 0.2)

i = GoExcel.FindRow("3rd Party:Incorporation1", "toto", "TYPE", "=", "A")

 

 

my screencast....

 

 

 

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan