ngx-excel-export icon indicating copy to clipboard operation
ngx-excel-export copied to clipboard

Generate excel sheet wise

Open rajuyadav-orchestratec opened this issue 7 years ago • 1 comments

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.

rajuyadav-orchestratec avatar Jan 11 '18 06:01 rajuyadav-orchestratec

Hi,

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

mouf13 avatar Mar 09 '18 13:03 mouf13