Fetch Example
Download Excel
```
--------------------------------
### Vue Component for Multi-line Cell Export
Source: https://github.com/pratik227/vue3-json-excel/blob/main/README.md
Provides a complete Vue component example demonstrating how to handle multi-line text values within a single cell when exporting to Excel. It shows the template and script setup, including data definition with newline characters in one of the values.
```vue