LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

weird characters

Solved!
Go to solution

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?

Download All
0 Kudos
Message 1 of 20
(4,079 Views)

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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 20
(4,078 Views)

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.

0 Kudos
Message 3 of 20
(4,072 Views)

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.

Message 4 of 20
(4,058 Views)

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

0 Kudos
Message 5 of 20
(4,057 Views)

@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

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 20
(4,053 Views)

@john the data file is in xls format and the language is arial. not sure on what is unicode characters.

 

0 Kudos
Message 7 of 20
(4,037 Views)

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.

0 Kudos
Message 8 of 20
(4,035 Views)

even if it is in csv format, it still have the same problem Smiley Sad

0 Kudos
Message 9 of 20
(4,030 Views)

No, it won't have the same problem if it is in CSV format.

 

Attach your .CSV file.

0 Kudos
Message 10 of 20
(4,028 Views)