Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Custom Header Name with AddRows function #29

Open
NayLinHtke opened this issue Aug 15, 2024 · 0 comments
Open

Add Custom Header Name with AddRows function #29

NayLinHtke opened this issue Aug 15, 2024 · 0 comments

Comments

@NayLinHtke
Copy link

How to add customer header name with AddRows function

I have the following class
public class ProductDtoViewModel
{
public string GameName { get; set; }
public string GameItemName { get; set; }
public string BaseCurrency { get; set; }
public decimal Price { get; set; }
public int GameItemID { get; set; }
}

I need to add header value with space to the following in csv
Game Name, Game Item Name, Base Currency, Price, Game Item ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant