Hi,
The reason for the truncated display in Excel seems to be the text
qualifier which is used by Excel, in this case (which is also a default
it is special character ").
The issue arises when Excel imports the .xls files which were created
by the list download. These files are not true Excel files, despite of
the file extension. They are just tab-delimited files, so they need to
be imported in a proper way into Excel.
If you simply double-click on such a file, Excel will import the file
using the import defaults -> here using the text qualifier ".
In this case to display the info in Excel, save the Spreadsheet file in
a folder, start Excel and then open the file you want to import from
within Excel. You will then run through the Excel import dialog.
The essential point is to change the text qualifier " to ' or none.
Text Import Wizard
- Step 1 of 3, select 'Delimiter' > Next >
- Step 2 of 3 field 'Text qualifier'
...
also, you can check the following sap notes:
1400534
1394178
1393974
1391325
Regards,
Cristiano