have an excel sheet where saving as file format xlCSV keeps all of the columns but one column is having a trailing space added to the text.
[TABLE=”class: grid, width: 500″]
[TR]
[TD]EMPLOYEE[/TD]
[TD]PAYCODE[/TD]
[TD]HOURS[/TD]
[TD]DATE WORKED[/TD]
[TD]PROJECT[/TD]
[/TR]
[TR]
[TD]NE00001[/TD]
[TD]LSHR[/TD]
[TD]45[/TD]
[TD]01/24/2016[/TD]
[TD]default[/TD]
[/TR]
[TR]
[TD]NE00022[/TD]
[TD]LSHR[/TD]
[TD]36.5[/TD]
[TD]12/12/2015[/TD]
[TD]default[/TD]
[/TR]
[TR]
[TD]NE00058[/TD]
[TD]LSHR[/TD]
[TD]45[/TD]
[TD]01/17/2016[/TD]
[TD]default[/TD]
[/TR]
[/TABLE]
when the file is saved, it adds a trailing space to the PAYCODE entries so ‘LSHR’ becomes ‘LSHR ‘
Anyone come across this previously?
thanks