-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
Is it possible to copy a particular sheet? If possible, how will I do it? #123
Comments
Currently not yet, but I will add this as a feature request. If you are on Windows and want to work around for now, you can do |
Ok thanks! love to see it in the future releases. |
Hi! |
Nope, the status is on the top left - still open... |
Using v0.10.4 I had to replace |
If you want to copy a sheet to the end - the workaround for the broken After keyword is broken in pywin32 is to create a temporary sheet at the end using the native xlwings sheet.add, then copy a sheet Before the newly created sheet and finally delete the newly created sheet. |
sht.api.Copy() is not in V0.11 and we have no way to copy a sheet :( |
In the more recent versions of xlwings, here's an example of how to work around it:
|
Options alphabetically at sht.api. are beginswith(operand), contains(operand) and doesnotbeginwith(operand) |
Hi there, Is there a work around for MAC? To copy a sheet from one workbook to another workbook? Thank you, |
On macOS, this is how it works:
|
Thank you! |
@fzumstein, I can't retrace what you wrote in your first post that |
@mullimanko gotcha, thanks for your note! |
Hi, has the API changes by any chance? I'm trying this and getting
|
@ffisc that's the macOS version, if you are on Windows, do: #123 (comment) |
No description provided.
The text was updated successfully, but these errors were encountered: