https://powerusers.microsoft.com/t5/Power-Automate-Desktop/Hiding-Columns-in-Excel/td-p/2005312
Select cell
Send keys {Control}({Space}) 'this will select the column
Send keys {Control}(0) 'this will hide the column
=> {LControlKey}({D0})
https://powerusers.microsoft.com/t5/Power-Automate-Desktop/Hiding-Columns-in-Excel/td-p/2005312
Select cell
Send keys {Control}({Space}) 'this will select the column
Send keys {Control}(0) 'this will hide the column
=> {LControlKey}({D0})
https://github.com/camelot-dev/camelot/issues/339
pip install PyPdf2==2.12.1
Collecting PyPdf2==2.12.1
Downloading pypdf2-2.12.1-py3-none-any.whl (222 kB)
|████████████████████████████████| 222 kB 6.8 MB/s
Requirement already satisfied: typing_extensions>=3.10.0.0; python_version < "3.10" in c:\programdata\anaconda3\lib\site-packages (from PyPdf2==2.12.1) (4.6.3)
Installing collected packages: PyPdf2
Successfully installed PyPdf2-2.12.1