Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an excel as the data source which has more than 80k rows. Since the Excel has the constriant as the single sheet can hold only 65535rows . The remaining records are part of the next excel sheet. When i am loading the data from the data from the sheet1. But it should take the data from the sheet2 also. Is there any way i can code to take the data from the sheet 2 as well ...
Hi,
You could try loading them seperately but link them together using a primary key.
Regards,
Thanks msadrikhcb,
Since the excel is output of some other application.I will not be knowing how many sheets are there with data in the excelsheet. Based on the number of rows the sheets will get changed.