luwojtaszek / ngx-excel-export

Angular6 application with export data to excel file functionality.
58 stars 38 forks source link

Generate excel sheet wise #2

Open rajuyadav-orchestratec opened 6 years ago

rajuyadav-orchestratec commented 6 years ago

Hi,

I got a requirement where, I need to show excel data saved in multiple sheets as follows

In first sheet(Named Staff Details) I need to store the data as follows

Assistant Professor(Heading) Name Sal xyz 20000 abc 30000

Associate Professor(Heading) Name Sal xyz123 40000 abc123 50000

In Second Sheet(Named Student Details) I need to store the data as follows

Student Details Name Roll No xyz 101 abc 102

Can you please help me how to achieve this.

mouf13 commented 6 years ago

Hi,

Look at this : https://github.com/SheetJS/js-xlsx/issues/664