---
title: "Styling CSV Macro Output"
canonical: "https://support.appfire.com/space/TBL/74815034/Styling%20CSV%20Macro%20Output"
format: markdown
---
> Macro (div)
> 
> ### On this page
> 
> > Macro (toc)

# Overview

This page outlines an example demonstrating how to use the [CSV macro](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815945), which is part of the [Advanced Tables for Confluence](https://appfire.atlassian.net/wiki/spaces/TBL/overview) add-on, to transform CSV data into an attractive Wiki table.

# Macro Browser Input

### <span style="color: #333333">Select this Macro</span>

|  |  |
| --- | --- |
| *Macro Name* | CSV (Comma Separated Values) |
| *Macro Syntax* | {csv} |

### <span style="color: #333333">Define these Parameters/Values</span>

|  |  |
| --- | --- |
| *Output format * | wiki |
| *Heading rows * | 1 |
| *Footing rows * | 0 |
| *Delimiter that separates columns * | whitespace |
| *Table width * | 400px |
| *Table border width * | 15 |

### <span style="color: #333333">Screenshot</span>

![image](media://db72d8e2-a547-4476-8e48-97673c19d38d)

 

# Wiki Markup Input

```plaintext
{csv:output=wiki|width=400px|border=15|delimiter=whitespace}
Month Max Min Average
January 25.5 *6.3* 15.9
February 32.4 12.8 22.6
March 44.6 24.5 34.6
April 59.7 37.1 48.4
May 72.5 48.7 60.6
June 81.3 57.9 69.6
July 85.2 62.8 74
August 82.5 60.7 71.6
September 73.7 51.7 62.7
October 61.1 40.1 50.6
November 43.6 27.4 35.5
December 29.9 13.6 21.8
{csv}
```

 

# Example Result

> Macro (csv)

 

# Other Examples

Visit our [full list of product examples](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815984) for additional inspiration!