You can convert an Bitmap image to byte array in C# using the BinaryReader’s ReadByte method. Here are the steps that you need to follow for the conversion. – Create an instance of the Fi...
Assume that you want to display the name of the current file in a cell of your worksheet , you can easily do it using the formulas in Microsoft Excel 2016. How to insert the current file name in a ce...
There are scenarios where you might want to add more than one author names for a Workbook in Excel. You can do that easily in Microsoft Excel by using the Related People options. How to add additiona...
Do you want to insert the current excel workbook’s file path in to a cell in Microsoft Excel ?. You can use the formula to perform this. How to insert the Current file path to a Cell in Microsoft Exc...
There are times when you might want to control what data the user can enter to a cell. For example , you want the user to enter only a numeric value that is greater than 75. How to limit entries to n...
Assume that you have a range of numbers in a column and you are required to find out the nearest value or the closest value to the specified number from the range. How to find the nearest value in Mi...
Do you want to retreive the created time and the last modified time of your Excel workbook and display it in the excel sheet ? Here’s a code snippet demonstrating how you can display them in th...
This blog will demonstrate how to remove the non numeric characters from the cell in Microsoft Excel 2016. Assume that you have a worksheet where a cells from the range “A1:D30” contains the alpha-nu...
There are times when you might need to export the excel data to a HTML web page and its pretty easy to do it with Microsoft Excel 2016. How to Export Excel data as HTML in Microsoft Excel 2016? You c...
There are times when you have to NOT just create or insert a drop-down list in Microsoft Excel sheet but also color code the value so that when the user selects a value from the drop-down list , the ...