Solution
Since the line ending character is different depending on the platform, the specified string technically doesn't contain the EOL character for LabVIEW.
In order for the Spreadsheet String to Array function to recognize the end of line character in a Normal Display string with the EOL string constant, it is necessary to normalize the string.
Here are some options on what you can do:
- Use the Normalize End of Line function to convert the initial string into a string with recognizable EOL characters for LabVIEW:

- Right click on the string constant and choose '\' Codes Display and replace the new lines with \r\n for the EOL character in ASCII code:

- You can also concatenate the string constants with the EOL Constant using the Concatenate Strings function:

Note: These images are LabVIEW snippets, which include LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.