PSWriteOffice icon indicating copy to clipboard operation
PSWriteOffice copied to clipboard

No Charts :(

Open oliwex opened this issue 3 years ago • 1 comments

I am waiting for possibility to create charts in this module

oliwex avatar Nov 16 '22 10:11 oliwex

It's not nessecary true. The charts are there, just not directly exposed in PowerShell, but you can use C# methods in PowerShell to get yourself up and running

  • https://github.com/EvotecIT/OfficeIMO/blob/master/OfficeIMO.Examples/Word/Charts/Charts.cs

Charts still need improvement and fixes and support for multiple other types, but the basics are there. Unfortunately before PSWriteOffice gets its features I actually have to write them in c# and using OfficeXML so not really something that's easy to get. You are still welcome to use PSWriteWord until PSWriteOffice actually gets where it needs to be. PSWriteWord while archived is still functional and works fine.

PrzemyslawKlys avatar Nov 18 '22 20:11 PrzemyslawKlys