Read the Excel File with UTF-8 without BOM in LabVIEW

Updated Oct 29, 2024

Reported In

Software

  • LabVIEW

Other

Microsoft Excel

Issue Details

I want to read the excel with UTF-8 without BOM. Is it possible to do this with LabVIEW?

Solution

LabVIEW did not have function to read the excel with UTF-8 without BOM. Another option is changing the excel file to .txt file as the .txt file has setting to save the file with UTF-8 without BOM as shown below.

                    txt file.png