Skip to content

Commit 49101b4

Browse files
feat: OpenXML module exports ( Fixes #1 )
1 parent e7ff3e0 commit 49101b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenXML.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Copyright = '2025 Start-Automating'
2424
TypesToProcess = @('OpenXML.types.ps1xml')
2525

2626
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
27-
FunctionsToExport = '*'
27+
FunctionsToExport = 'Get-OpenXML', 'Set-OpenXML', 'Import-OpenXML', 'Export-OpenXML'
2828

2929
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
3030
CmdletsToExport = '*'
@@ -33,7 +33,7 @@ CmdletsToExport = '*'
3333
VariablesToExport = '*'
3434

3535
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
36-
AliasesToExport = '*'
36+
AliasesToExport = 'OpenXML', 'Close-OpenXML', 'Open-OpenXML', 'Restore-OpenXML', 'Save-OpenXML'
3737

3838
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
3939
PrivateData = @{

0 commit comments

Comments
 (0)