Skip to content
New issue

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

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

Already on GitHub? # to your account

Assembly call problems #39

Open
devsleonardo opened this issue Jan 12, 2023 · 1 comment
Open

Assembly call problems #39

devsleonardo opened this issue Jan 12, 2023 · 1 comment

Comments

@devsleonardo
Copy link

devsleonardo commented Jan 12, 2023

I have doubts in the assembly of the call to assemble my excel.
I have a json where it has a parent array and the child and the child has other children.

ex:

export interface ObjectiveResult {
  keyName: string;
  dateStart: Date;
  dateEnd: Date;
  contents: KeyResult[];
}
export interface KeyResult {
  keyName: string;
  reporter?: RepoAssign[];
}

What would be the parameter to be passed to assemble the export?

@cipchk
Copy link
Owner

cipchk commented Jan 12, 2023

I think what you need is https://sheetjs.com/ instead of ngx-filesaver.

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

No branches or pull requests

2 participants