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

Image Attribute #155

Open
shps951023 opened this issue Apr 6, 2021 · 0 comments
Open

Image Attribute #155

shps951023 opened this issue Apr 6, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@shps951023
Copy link
Member

shps951023 commented Apr 6, 2021

e.g

void Main()
{
	var input = new[] {
		new Demo{Name="Test1",Image="C:\\Test1.png"},
		new Demo{Name="Test2",Image="C:\\Test2.png"}
	}
	MiniExcel.SaveAs(path, input);
}

public class Demo
{
	public string Name { get; set; }
	[ImageUri]
	public string Image { get; set; }
}

image.png

@shps951023 shps951023 added enhancement New feature or request help wanted Extra attention is needed labels Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant