This cmdlet will get a range of paragraphs from an existing document and output a new document with just that range of paragraphs. The code supporting this cmdlet will need to deal with ranges and ...
The current test suite has a separate document for each test script. Also, the documents are too simple to really test the capabilities of the cmdlets. Create a few documents that are larger and m...
This parameter would cause the existing table or index to be updated by the cmdlet, rather than another one being created. Currently, if this is executed twice for the same document, it will create...
Currently, these cmdlets will only change the header or footer in the first Section of the document (or create a section, if there is not one currently). Instead, add a parameter to specify a secti...
When using the Set-OpenXmlFooter & Set-OpenXmlHeader cmdlets the First and EvenAndOddHeader page properties are set regardless of what type of Footer or Header is actually specified. In the files ...
The Add-OpenXmlDigitalSignature cmdlet accept only non password protected certificates. We need to provide a way to specify a password to use real world X509 certificates. When using a password pro...
Several of the cmdlets start with the same letter, preventing autocomplete For example, in the case of Export-OpenXmlSpreadsheet -Chart -ChartType -ColumnsToChart -Confirm -OutBuffer -OutputPath ...