ronaldmacdonald
MIS
Hello
I have an excel (xls) spreadsheet with 4 columns:
ColA ColB ColC ColD
Hello World This Is
Is there a way to convert this to a fixed width column file (doesn't need an xls extension), so for instance:
ColA (2 chars) ColB (10 chars) ColC (5 chars) ColD (4 chars)
He World This Is
Ideally where the actual values are less than the specified column width these would be right padded with spaces.
Thanks
Ronald
I have an excel (xls) spreadsheet with 4 columns:
ColA ColB ColC ColD
Hello World This Is
Is there a way to convert this to a fixed width column file (doesn't need an xls extension), so for instance:
ColA (2 chars) ColB (10 chars) ColC (5 chars) ColD (4 chars)
He World This Is
Ideally where the actual values are less than the specified column width these would be right padded with spaces.
Thanks
Ronald