ologyasfen.blogg.se

How to add double underline in excel
How to add double underline in excel













Save( dirPath + "outputExcelCellFormattingBoldItalicUnderline.xlsx ", SaveFormat. You can also save it to XLS or other formats. Set the default style of the workbook. Please also see the snapshot of the output Excel file generated by the code given below.Īspose. Here is the complete sample code that applies bold, italic, underline, double underline formatting on Excel cell. St.Font.Underline = FontUnderlineType.Double Please follow these steps to make the text or value of the cell as double underline. St.Font.Underline = FontUnderlineType.Single Ĭell.SetStyle(st) Excel Cell Formatting - Double Underline Please follow these steps to make the text or value of the cell as underline. Also see the code example for more help.Ĭell.SetStyle(st) Excel Cell Formatting - Underline This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Please also see the snapshot of the output Excel file generated by the code given below. Please follow these steps to make the text or value of the cell as italic. Here is the complete sample code that applies bold, italic, underline, double underline formatting on Excel cell. Also see the code example for more help.Ĭell.SetStyle(st) Excel Cell Formatting - Italic Please follow these steps to make the text or value of the cell as bold.

how to add double underline in excel

Besides, Aspose.Cells is available in Cloud as REST or RESTful APIs.

how to add double underline in excel

Click on the last option highlighted in orange below. Post selecting bottom boarder, move to the last dropdown on bottom-right. Follow the below steps to implement double underline in Excel: 1. It is also available in other platforms e.g. There’s a simple way to do a double underline using the boarder styling options. VB.NET etc.Īspose.Cells API supports all .NET frameworks e.g. .NET 2.0, .NET 3.5, .NET 4.0, .NET 7.0, .NET Core, .NET Standard 2.0, Xamarin etc. The purpose of this article is to explain how developers can apply these formatting in Excel cell using C# or any other .NET framework supported language e.g.

#How to add double underline in excel install#

NET API can be used to apply various kind of formatting in Excel cell programmatically without the need to install or automate Microsoft Excel or without using VBA or VSTO.













How to add double underline in excel