-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Insert row and column functions #80
Comments
There's no description to this issue, but I'm assuming the wording means "add functions to xlwings to enable insert-column and insert-row actions on the spreadsheet". If that's the intention of the issue, +1 to this one. |
+1 Apologies for the brevity, I thought it was self-explanatory. |
+1 |
+1 |
Still looking for this. |
+1 |
1 similar comment
+1 |
For anyone wondering - a workaround is to access the native VBA API through excel wings exposed api property of xlwings objects |
@Elijas Can you elaborate on how to do that? |
Look here for a quick tutorial on how to do that: |
+1 |
1 similar comment
+1 |
on Windows, this is:
alternatively, |
Is there a alternative in MAC as well or is this only for Windows... |
yes but I'll need more time to figure out the syntax. As a quick note the MacScript is:
|
on mac it is:
|
No description provided.
The text was updated successfully, but these errors were encountered: