Adding reference to Excel Object library when Excel not installed

I am writing CorelDraw VBA code to use Excel Worksheet data from an xlsx or xls file. I don't have Excel installed. Is there a way to do that?

I know I can use an Access database if Access is not installed. But what about an Excel worksheet file?

Thanks in advance.