Replies: 2 comments 2 replies
-
This module only supports the latest version of excel files xlsx. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I mean a file xlsx (so the good format) … so how should it work ?On 6 May 2023, at 15:00, Doug Finke ***@***.***> wrote:
This module only supports the latest version of excel files xlsx.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I import an XLS file, one cell contains a formula:
Example:
Style : OfficeOpenXml.Style.ExcelStyle
StyleName : Normal
StyleID : 12
Value : PRY
Text : PRY
Formula : UPPER(LEFT(B2,3))
FormulaR1C1 : UPPER(LEFT(R[-1]C,3))
Hyperlink :
Merge : False
AutoFilter : False
IsRichText : False
IsArrayFormula : False
RichText : {}
Comment :
Worksheet : Data_request
FullAddress : 'Data_request'!B3
FullAddressAbsolute : 'Data_request'!$B$3
ConditionalFormatting : OfficeOpenXml.ConditionalFormatting.RangeConditionalFormatting
DataValidation : OfficeOpenXml.DataValidation.RangeDataValidation
Current :
Address : B3
Start : OfficeOpenXml.ExcelCellAddress
End : OfficeOpenXml.ExcelCellAddress
Table :
IsName : False
Rows : 1
Columns
So Formula: UPPER(LEFT(B2,3))
How to get the result of this formula in my Powershell script ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions