- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ08-30-2024 09:49 AM
Hi, I am creating a CSV output in a recipe from Query results, then sending it as an email attachment.
Is there a way to make the default column width of a CSV wider ? I want the email recipient to get it and not have to widen the columns to see all the data.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-25-2024 09:46 PM
CSV is essentially a text document. There are no settings for column width. This would be possible with an Excel spreadsheet, or if you are embedding the CSV contents in an HTML table in the email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-25-2024 06:36 PM
Do you have a sample recipe or screenshot of this concern? So we can check if this is possible or for feature enhancement. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-25-2024 09:46 PM
CSV is essentially a text document. There are no settings for column width. This would be possible with an Excel spreadsheet, or if you are embedding the CSV contents in an HTML table in the email.

