I am trying to implement export to excel with React and SheetJs library. Looks like I can download it, but the actual output does not look as expected.
I receive array of object and use XLSX.utils.json_to_sheet([data]) API to converts an array of JS objects to a worksheet. Problem is :

I've reproduced it here