05-18-2014 09:06 PM
Hi, I just encounter this problem. I intend to read from my excel file and display on an array.
This is what i encountered, anyone know why?
Solved! Go to Solution.
05-18-2014 09:09 PM
I thought this post was about me (a weird character)! 😄
Post some code so we can see what is going on. Post the file, too.
05-18-2014 09:21 PM
The excel file is confidential and the code is very simple.
the excel file content is similar to :
Time Length Distance
1 2 3
and so on.
05-18-2014 09:30 PM
Turn on the context help and read it for the function Read from Spreadsheet File.
It DOES NOT read Excel files. It reads text files.
05-18-2014 09:31 PM
1. Is the data file in the native Excel format (.xlsx) or is it a CSV formatted text file?
2. Is the language used in the data file one which uses unicode characters?
Lynn
05-18-2014 09:33 PM
@RavensFan wrote:
Turn on the context help and read it for the function Read from Spreadsheet File.
It DOES NOT read Excel files. It reads text files.
You beat me to it. I was going to say the same thing almost word-for-word. 😉 I guess I am a weir d character
05-18-2014 09:36 PM
@john the data file is in xls format and the language is arial. not sure on what is unicode characters.
05-18-2014 09:37 PM
Arial is a font, not a language. As I said, that function does not read Excel files. All you are seeing is the underlying binary bytes that make up the proprietary .xls format.
05-18-2014 09:38 PM
even if it is in csv format, it still have the same problem
05-18-2014 09:40 PM
No, it won't have the same problem if it is in CSV format.
Attach your .CSV file.