Posted 26 October 2021, 11:13 am EST
I have an issue where I have a C1FlexGrid that contains a text string that starts with a quotation (") and when I save the grid to a file it adds extra quotations around the text. Saving as an excel file works correctly.
Example
The text in the C1FlexGrid is
“As Received” Calibration
Saving as a text file results in
“”“As Received”" Calibration"
I attached an example project.