Skip to content

Can i export an excel file with complex object #10

@johnnynakazi

Description

@johnnynakazi

I have edited the person model that is in the example to be like this :

export class Person {
id: number;
name: {
firstname: string,
surname: string
};
age: number;
}

export const PERSONS: Person[] = [
{
id: 1,
name: {
firstname: 'Thomas',
surname: 'Novicky',
},
age: 21
},
{
id: 2,
name: {
firstname: 'Adam',
surname: 'Tracz',
},
age: 12
}
];

is it possible to export ?!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions