File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,26 @@ return $this.'.Parts'
147147 <Type >
148148 <Name >OpenXML.Excel.File</Name >
149149 <Members >
150+ <AliasProperty >
151+ <Name >SharedStrings</Name >
152+ <ReferencedMemberName >SharedString</ReferencedMemberName >
153+ </AliasProperty >
154+ <ScriptProperty >
155+ <Name >SharedString</Name >
156+ <GetScriptBlock >
157+ < #
158+ .SYNOPSIS
159+ Gets an Excel File's Shared Strings
160+ .DESCRIPTION
161+ Gets an Excel File's Shared Strings.
162+
163+ In Excel, any cell with text in it really contains an index of it's shared string.
164+ .EXAMPLE
165+ Get-OpenXML ./Examples/HelloWorld.xlsx | Select -Expand SharedString
166+ #>
167+ ,@($this.Parts.'/xl/sharedStrings.xml'.Content.sst.si.t)
168+ </GetScriptBlock >
169+ </ScriptProperty >
150170 <ScriptProperty >
151171 <Name >Worksheets</Name >
152172 <GetScriptBlock >
You can’t perform that action at this time.
0 commit comments