How add multiple record line in excel file using toFile funtion in deluge script?? this function add only on record in excel any solution to add or edit excel file with deluge script.
csv_file = "Name,Age,Azmat,25".tofile("sample1.csv");
zoho.crm.attachFile("Contacts",4813270000000437033,csv_file);
return "";