Skip to content

Instantly share code, notes, and snippets.

@Arunwahatule85
Arunwahatule85 / gist:3b8ab440c3d72a85e6bd62a4ed225805
Last active June 27, 2020 08:27
Download multiple csv files in one zip folder using jsZIP in angular
Below is code in which i am creating data for csv file and downloading csv file in zip folder:
``````````````````
generateCSVfiles()
{
this.service.getStudentDetails(studentid, student.name).subscribe
(res => {
var dataSet = (res);
// start