KD Jayakody

Call Us: 076 72 33 595

VLookup Tutorial in Sinhala – Made Easy

Check the following TikTok Video or Click here to Watch the YouTube Video related to the exercise file. Then you can download the file as needed for free. @kdjayakody 🔍 Unlock the Power of VLookup in Sinhala! 🇱🇰 | Master Excel’s VLookup Function with this Step-by-Step Tutorial | Learn the Easiest Way to Fetch Data […]

Make a Balance Sheet format using Excel and Python

Copy the following code lines and paste them to the python idle. You will be able to get a new excel file like the following. from openpyxl import Workbook from openpyxl.styles import Font # Create a new workbook workbook = Workbook() # Select the active sheet sheet = workbook.active # Set column widths sheet.column_dimensions[‘A’].width = […]