ContributionsMost RecentMost LikesSolutionsRe: Anyone aware on how to insert the data into excel file from a specific line number (in excel sheet)? Add null rows for first 5 records and then from there on use original data. Re: Dynamically parse the excel without having sheet index or sheet name @koryknick This example works great if it is to replace an existing sheet. My requirement is to add a new sheet along with existing ones. Suppose I already have an excel file with three sheets and I am getting a stream of data which I need to put into the fourth one… is there a solution for this?