Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy ExcelGroupShape to another sheet #1427

Open
FedePorti opened this issue Apr 23, 2024 · 1 comment
Open

Copy ExcelGroupShape to another sheet #1427

FedePorti opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@FedePorti
Copy link

How can I copy a ExcelGroupShape?

I can select the shape (that is a ExcelGroupShape) like this:

Dim shape As ExcelDrawing = sheet.Drawings.Item("Name")

But how can I add this shape to the Drawings? Because the function AddShape said that I can not cast a ExcelGroupShape to ExcelShape.
Can be a function to AddGroupShape? Or another way to do this?

@AdrianEPPlus AdrianEPPlus added the enhancement New feature or request label Apr 24, 2024
@AdrianEPPlus
Copy link
Contributor

Hello

EPPlus does not currently support copying Shapes. I will mark this as an enhancement for a future version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants