Hello,
I have converted a xls file to csv one using Office UTF-8 encoding.
but when i use that file with my program using csv reader I can not get the correct output because in my excel file I have some columns (address like) having multiple line (ctrl+enter),
so when I am using it , it generates errors.
so solution may reside to convert it into a better csv having multiline as a single element but how any solution ?
thanks
I have converted a xls file to csv one using Office UTF-8 encoding.
but when i use that file with my program using csv reader I can not get the correct output because in my excel file I have some columns (address like) having multiple line (ctrl+enter),
so when I am using it , it generates errors.
so solution may reside to convert it into a better csv having multiline as a single element but how any solution ?
thanks
Comment