Import-Excel imported object element empty #1347
Unanswered
MarianiVentura
asked this question in
Q&A
Replies: 2 comments
-
try:foreach($row in @($customer_skip_rows)) { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am still new to Powershell and the Import-Excel module. I do not understand why the code below does not work. I have a spreadsheet with one row. The row imports fine, but when I try to get the property by name, Customer, it returns nothing.
I am sure this something simple, but maybe others can learn from my simple error? All advise is appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions