Import Excel file in meteor

Hello All, As part of my assignment, I am looking for the right approach of excel import in meteor.

i don’t want to use csv created from excel for import.

Please suggest.
Thanks in Advance.

I’d look at using one of the many npm excel packages.

i use this one
https://atmospherejs.com/netanelgilad/excel
works pretty well for me.