Read Workbook Range : End of Central Directory record could not be found

Hi Community,

I’m trying to merge 3 excel files A, B ,C into one single Excel file with 3 sheets A, B, C
But I’m getting bellow error.
image

Steps I followed:

  1. Read workbook range for Excel A
  2. Read workbook range for Excel B
  3. Read workbook range for Excel C
  4. Excel Application Scope {
    Write Range A
    Write Range B
    Write Range C
    }

Kindly suggest if I’m doing correctly or not.

Hey @Vaishnav_Tej

In which read range of the mentioned does the error come ?

Thanks
#nK

workbook range

No I can see you have three read range activities used as mentioned above, So just asking which one causing the error.

In First one itself

HI @Vaishnav_Tej

You can also try with Power query to merge the excel file?

Regards
Gokul

I have no idea about power query.

Okay @Vaishnav_Tej , No worries. can you share the screenshot of your XAML file.

If possible share the sample excel file?

Regards
Gokul

image

Can you provide this if possible? @Vaishnav_Tej

Hi,

I found Solution from YouTube

But, I do not have MS Office 2010 or newer version So, error fetching the data.

image

Hey @Vaishnav_Tej

Could you please try using the Classic Excel activities for the same ?

Thanks
#nK

HI @Vaishnav_Tej

Just type the expression in the Range

Excel. Sheet("Sheet Name")

image

Regards
Gokul

Can you send sample xaml file?

1 Like

Sure tomorrow! :+1::slightly_smiling_face:

HI @Vaishnav_Tej

Check out the XAML file with Modern and classic activity

Classic activity

image

Modern activity

image

Check out the XAML file

ReadExcel.xaml (10.1 KB)

Regards
Gokul