LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

store scanned output in the excel

It's simple. The Write to Spreadsheet function does not create a native Excel file. As the help explains, it creates a text file with tab separated data as the default.
0 Kudos
Message 11 of 12
(310 Views)

"Write to Spreadsheet File" has to be high on the list of confusing node names - maybe just a bit less confusing than "Number to Decimal String."

 

"Write to Spreadsheet File" really means "Write to a Character-delimited Text File" (I guess that would just about THE original spreadshseet file) and not "Write to an Excel Spreadsheet."

 

("Number to Decimal String" really means "Number to base10 String" ("Number to Fractional String" is what you want if you want to represent a number that has numbers to the right of the decimal place.))

 

It's confusing, but this is where ctrl+H is your friend...

 

I apologize for the joke thing.  It was difficult to tell if you were joking or not because it was difficult to assess your LabVIEW expertise from the code you shared.  It would probably still be a good thing to read up on the basics, though.

 

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 12 of 12
(299 Views)