Skip to content

worksheet.ExportData Guid data bug #21

@mansai

Description

@mansai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions