Skip to content
Code for Devs
  • Home
  • JavaScript
  • WordPress
  • Excel
  • VBA
  • C#
  • Miscellaneous
  • Contact Us
  • Home
  • codef4devs

Author: codef4devs

Python code to Find a Cell in Excel having Specific Date

May 28, 2025May 24, 2025 codef4devs

Here in this python code example, we will find the column number of a cell having the given date in excel data. For this we require to have below libraries on system. So, install them […]

Leave a commentPython

Python Error: ‘module ‘win32com.gen_pyxxxx’ has no attribute ‘CLSIDToClassMap’ Solution

May 26, 2025May 24, 2025 codef4devs

While running Python applications, you get an error such as module ‘win32com.gen_py.xxxx has no attribute ‘CLSIDToClassMap’. This error occurs when there is some issue with the win32com library in Python. This kind of error occurs […]

Leave a commentUncategorized

Group Concat in Excel-Concatenating Cell Values based on Grouping Rows

May 24, 2025May 24, 2025 codef4devs

In this article we would learn how to combine data from multiple rows into one single string in Excel There is no specific function in Excel to concatenate data from multiple rows into one field. […]

Leave a commentExcelExcel

Python: Send Email from Outlook with Attachment

April 29, 2025April 26, 2025 codef4devs

In this post you will get to know how to send emails automatically from Microsoft Outlook using Python. This automation of mail sending from Outlook can be achieved in few lines of Python code. Below […]

Leave a commentPythonOutlook, Outlook Automation

How to Add Checkbox in DataGridView in C# Windows Form Application

April 26, 2025April 26, 2025 codef4devs

In this post, we will demo an example of adding a CheckBox Column in DataGridView control in Windows Form application using C#. In this example, you will get to know how to read selected rows […]

Leave a commentC#c# Examples, c# GUI Examples

List of Free Classified Ads Posting Sites in the USA in 2025

March 8, 2025March 8, 2025 codef4devs

Classified ads have been a cornerstone of buying, selling, and connecting people for decades. With the rise of the internet, classified ads have evolved into a digital marketplace where individuals and businesses can advertise products […]

Leave a commentMiscellaneous

C# Code to Run Command on Windows CMD

March 5, 2025March 5, 2025 codef4devs

Here is a simple C# code example to help you understand a way to automate the task of running command on CMD. It can be done using System.Diagnostics namespace. In below example, we are taking […]

Leave a commentC#c# Examples

10 Most Commonly Used String Methods in C#

February 28, 2025 codef4devs

Here in this post, you will get to know some most used C# string methods that everyone should be aware of while working on strings. These functions let you do manipulation on text in very […]

Leave a commentC#c# Examples

How to Use Left, Right, Mid Functions in C#

February 26, 2025February 28, 2025 codef4devs

We need Left, Right and Mid functions to get left most right most and mid n characters from a string. Generally, these functions are available in many other programming languages. But these functions are not […]

Leave a commentC#c# Examples

Get Distinct Records from Excel Column using C#

November 29, 2024December 24, 2024 codef4devs

You can get unique records from a excel column by using C#. For this, you need to use freeSpire.xls library which makes it easy to work on excel. Here is simple example that will help […]

Leave a commentC#c# Examples, Excel Automation, Excel c#

Posts navigation

1 2 … 6 Next

Categories

  • C#
  • Excel
  • JavaScript
  • Miscellaneous
  • MySQL
  • Python
  • Uncategorized
  • VBA
  • WordPress

Recent Posts

  • Python code to Find a Cell in Excel having Specific Date
  • Python Error: ‘module ‘win32com.gen_pyxxxx’ has no attribute ‘CLSIDToClassMap’ Solution
  • Group Concat in Excel-Concatenating Cell Values based on Grouping Rows
  • Python: Send Email from Outlook with Attachment
  • How to Add Checkbox in DataGridView in C# Windows Form Application
Copyright © All rights reserved.