Excel formatting is not retained when the file is converted to a CSV file, therfor causing carriage returns, bolding, and underlining to be removed. This article documents how to correct this.
When I convert my Excel spreadsheet to a CSV file for import, the formatting is removed, specifically carriage returns, bold, and underline.
Because of this, we recommend using <br/> in place of new lines in input fields, which will result in a carriage return within rich text fields upon import to CA Agile Central. You can also use the steps below to easily search for line breaks inside cells in Excel and replace them with <br/>.
Line breaks are easy to add, but a little trickier to remove.
To find specific text in Excel, you can use Ctrl + F to open the Find and Replace dialog box. However, if you try to type Alt + Enter in the Find What box, you?ll just hear a beep from your computer. Excel won?t let you enter that shortcut.
Instead of using Alt + Enter in the Find What box, you can use a special shortcut -- Ctrl + J -- to enter a line break.
A line break is character 10 in the ASCII character set, and the Ctrl + J shortcut is the ASCII control code for character 10.
To replace a line break with a space character:
**Note - The above information is an excerpt from the following blog on Microsoft Excel formatting. Microsoft owns and manages the formatting code and modifications that retain formatting, and this information is provided as-is to help resolve Microsoft Excel formatting issues**
For bold or underline, you can use the following? markups:
Bold --> <b>? <b/>
Underline-->? <u>?? <u/>