Can tally and numpy be exported to excel?

Hi,
Does OpenMC support exporting counts to excel files.
And I have write a EnergyFilter like:
energies = np.logspace(np.log10(1e-5), np.log10(20.0e6), 501)
I want to export this array to excel using python
So I use code:
writer = pd.ExcelWriter(‘test.xlsx’)
but that doesn’t seem feasible.
Is this possible?
Looking forward to your reply.
Thanks