1-7 of 7 < Previous Next >
1 vote

Create a cmdlet to extract paragraphs from a document

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 ...

id# 2687 | Planned Release: None | Last Updated: Nov 22 at 10:19 PM by bmcclellan
1 vote

Create an improved, more efficient, test suite

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...

id# 2686 | Planned Release: None | Last Updated: Nov 22 at 9:59 PM by bmcclellan
1 vote

Add a parameter to Add-OpenXmlDocumentIndex/TOA/TOC/TOF to update only

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...

id# 2685 | Planned Release: None | Last Updated: Nov 22 at 9:48 PM by bmcclellan
1 vote

Add Section parameter for Set-OpenXmlFooter and Set-OpenXmlHeader

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...

id# 2684 | Planned Release: None | Last Updated: Nov 22 at 9:44 PM by bmcclellan
1 vote

Header and Footer Always Set First and EvenOdd Page Options

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 ...

id# 1945 | Planned Release: None | Last Updated: Aug 1 at 11:43 PM by MinersC
1 vote

Private key password needed

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...

id# 1696 | Planned Release: None | Last Updated: Jul 15 at 5:02 PM by neodante
1 vote

Review naming of cmdlet parameters

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 ...

id# 1537 | Planned Release: None | Last Updated: Jun 23 at 11:35 PM by EricWhiteDpe
1-7 of 7 < Previous 1 Next >
Updating...