To return more than one value from a function in Python is impossible. What do you mean? What are yo...
Google Sheets Google Sheets is Google's version of Microsoft Excel. The fundamental difference is th...
Inserting rows With OpenPyXL you can insert rows into a worksheet with the worksheet method insert_r...
There is a way to iterate over Excel tables with OpenPyXL. The functionality has changed in newer ve...
Counting the number of PDF pages Do you need to count the total number of pages in your pdf files?
Rotating PDF files with PyPDF2 and Tkinter Introduction Sometimes we need simple tools to get the jo...
To autofill a column with weekdays in Excel we do not need any shortcuts at all.