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

worksheet.ExportData Guid data bug #21

Open
mansai opened this issue Nov 6, 2024 · 0 comments
Open

worksheet.ExportData Guid data bug #21

mansai opened this issue Nov 6, 2024 · 0 comments

Comments

@mansai
Copy link

mansai commented Nov 6, 2024

image

image

public Guid? GuidString { get; set; }

image

`Dictionary<string, string> mappingProperties = new Dictionary<string, string>();
mappingProperties.Add("Brand", "BrandName");
mappingProperties.Add("Vehicle Type", "VehicleType.VehicleName");
mappingProperties.Add("Model", "VehicleType.Model.ModelName");
mappingProperties.Add("GuidString", "GuidString");

List CLRObjects = worksheet.ExportData(4, 1, 141, 4, mappingProperties);`
image
ExportData.xlsx

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