Quantcast
Channel: /r/powershell – How to Code .NET
Viewing all articles
Browse latest Browse all 8793

Basic questions about using ImportExcel

$
0
0

This should be obvious, but I’m having some issues with the ImportExcel https://github.com/dfinke/ImportExcel tools and was hoping for some help. I just want to read the values and properites (like hyperlink) of some cells

$workSheet = Import-Excel -Path $EXCELFILE -WorkSheetname "$SHEETNAME" 

How can I just load the contents or properties in a variable? Something like

$A1 = A1.value $A1-URL = A1.hyperlink 

Thanks!

submitted by /u/Bad_Eugoogoolizer
[link] [comments]

The post Basic questions about using ImportExcel appeared first on How to Code .NET.


Viewing all articles
Browse latest Browse all 8793