Rishi Dey Chowdhury
Results
2
comments of
Rishi Dey Chowdhury
Hi @thakral-kartik, you can visit my forked-repo for doing that: https://github.com/RishiDarkDevil/daam-i2i
Hey @fzumstein, ``` import xlwings as xw wb = xw.books.active worksheet = wb.sheets('sheetname') worksheet.range('2:2').delete() wb.app.api.Undo() ``` throws the following error: ``` com_error: (-2147352567, 'Exception occurred.', (0, 'Microsoft Excel', 'Undo method...