Hi everyone!
I'm having a tough time with this. Is there any way to convert any text file format for Excel 2007 to read without problems?
I'm writing some code that does text processing, and it works fine with text from Excel 2007, but now I was given a file that apparently has a different format (though it was saved as .xls) and the code takes like 20,30 times to do the same operation.
If it helps, at the end of some lines it had char(10) characters, which I've cleaned to no effect.
Thanks!!
I'm having a tough time with this. Is there any way to convert any text file format for Excel 2007 to read without problems?
I'm writing some code that does text processing, and it works fine with text from Excel 2007, but now I was given a file that apparently has a different format (though it was saved as .xls) and the code takes like 20,30 times to do the same operation.
If it helps, at the end of some lines it had char(10) characters, which I've cleaned to no effect.
Thanks!!