-
Hello, I've been trying to set the location of a chart such that it is not embedded as an object in an existing worksheet but sits on a dedicated worksheet (see dialog box in the screenshot below). It should look like this (fullscreen graph with no cells): But no matter what I try, it always ends up as an embedded object: Can this be achieved ? |
Beta Was this translation helpful? Give feedback.
Answered by
geoced
Aug 1, 2023
Replies: 1 comment 1 reply
-
Found it ! You have to create an ExcelChartSheet with this code:
Would be nice if this option was offered by ImportExcel, e.g. as a [switch] parameter of Add-ExcelChart ! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
geoced
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it !
You have to create an ExcelChartSheet with this code:
Would be nice if this option was offered by ImportExcel, e.g. as a [switch] parameter of Add-ExcelChart !