Does Libre Office support the Excel automation in UiPath?

Hi,

I am new to this UiPath. While exploring the RPA using UiPath I have encountered with the following error message:

Main has thrown an exception

Source: Send Outlook Mail Message

Message: Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Exception Type: COMException

System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at UiPath.Mail.Activities.SendMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Actually I am trying to extract the data from the website, write it into the csv file and mail this csv file as an attachment. Since I don’t have Microsoft office, I am using Libre office. Please help me to resolve this problem.

Thanks and Regards,
Namratha

@Namratha_Nayak Try using the ‘Send SMTP Mail Message’ activity, instead of ‘Send Outlook Mail Message’.

@evangemert, Thanks it is working for me.