Open rajuyadav-orchestratec opened 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.
Look at this : https://github.com/SheetJS/js-xlsx/issues/664
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.