I have a python list with arrays like this -
['5a0aeaeea6bc7239cc21ee35', 'Salt & Sugar', 3701, 4172, -471]
['5a0aeaeea6bc7239cc21ee36', 'Atta & Flours', 2030, 2227, -197]
['5a0aeaeea6bc7239cc21ee37', 'Soya Products', 165, 185, -20]
How can I print this to excel so that the '[' and ']' are eliminated and the commas in the data don't cause an issue?