How to open Excel file with password in PowerShell
Published at Dec. 24, 2019 · 1 min read
Open an Excel workbook with password in PowerShell. When executing the Excel book Open method, just …
Published at Dec. 24, 2019 · 1 min read
Open an Excel workbook with password in PowerShell. When executing the Excel book Open method, just …
Published at Dec. 20, 2019 · 2 min read
Replace strings in cells in Excel using PowerShell. Imagine operating and executing Excel’s …
Published at Nov. 1, 2019 · 2 min read
Replace strings in Excel cells with Python. It can be used to output a new file by replacing a part …
Published at Nov. 1, 2019 · 3 min read
Make a program created with Python & Selenium into an executable format (.exe). In particular, …
Published at Oct. 31, 2019 · 2 min read
PyInstaller can be used to convert a program created with python into an executable file (.exe). …
Published at Aug. 10, 2019 · 2 min read
Describes how to convert an Excel sheet to PDF using Python. There seem to be many libraries for …