describe: excel example: <img width="252" alt="image" src="https://user-images.githubusercontent.com/26496638/191465916-2e2266ee-0bec-4377-9541-83f013a5507d.png"> code example: ``` type Row struct { Title1 string Title2 string Title3 string } ```