> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.1/api/csharp/yarn.unity/yarn.unity.stringtableentry/yarn.unity.stringtableentry.createcsv.md).

# CreateCSV(IEnumerable\<StringTableEntry>)

Method in [StringTableEntry](/2.1/api/csharp/yarn.unity/yarn.unity.stringtableentry.md)

## Summary

Creates a CSV-formatted string containing data from `entries` .

```csharp
public static string CreateCSV(IEnumerable<StringTableEntry> entries)
```

## Parameters

| Name                                               | Description                                                                                                                |
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `IEnumerable<Yarn.Unity.StringTableEntry>` entries | The [StringTableEntry](/2.1/api/csharp/yarn.unity/yarn.unity.stringtableentry.md) values to generate the spreadsheet from. |

## Returns

A string containing CSV-formatted data.
