PSWriteOffice
PSWriteOffice copied to clipboard
Experimental PowerShell Module to create and edit Microsoft Word, Microsoft Excel, and Microsoft PowerPoint documents without having Microsoft Office installed.
Hello Przemysław, I have been struggling to use `.AddPieChart` and `.AddChartPie` to add a pie chart to Word doc output. `.AddPieChart` seems to work OK in that my output doc...
The syntax for `Close-OfficeWord` suggests that the `-Document` parameter is optional. That would lead one to believe that if they had done an `Get-OfficeWord` without assigning the output to a...
Does the current release support adding headers and footers to a Word document?
Hello, If I have null array inside a script and export all the result into word file, I have an error about the null array and the file can't be...
I need a bulleted list within a table cell. How can I do that?
How to underline spaces or tabs? When I set ```powershell $p2 = New-OfficeWordText -Document $doc -Bold 1,0 -Underline 0,1 -Text ` "We are ","`t`tJohn Doe and Jane Doe`t`t" -ReturnObject ```...
How to set font of document or paragraph? I could change font size: ```powershell $doc.Settings.FontSize = 15 # or $paragraph.FontSize = 15 ``` However, I can't set the font itself....
Hi. What is the correct way to add a line break / new line? I didn't find anything in the examples.
Please add -transpose into New-OfficeWordTable
I am waiting for possibility to create charts in this module