CreateCSV(IEnumerable<StringTableEntry>)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in StringTableEntry
Creates a CSV-formatted string containing data from entries
.
IEnumerable<Yarn.Unity.StringTableEntry>
entries
The values to generate the spreadsheet from.
A string containing CSV-formatted data.