There’s this thread from a few years ago:
Using the RasterBandNameSetter and a list of names. It sounds quite similar to your situation, let me know if this is what you’re looking for.
What have you tried so far/where is it failing?
The transformer “RasterBandSeparator” should be what you’re looking for. It splits your image in 1440 bands and then you can join those via ‘FeatureMerger’ with your Excel.
Edit.: redgeographic’s suggestion is even smoother, forgot about that transformer
Yeah I followed that quite closely but when I ran it it seemed to only pull the top row and in the output box nothing was actually written from it. I tried rasterbandnamesetter but as far as I can tell my issue was the _list wasn’t generating properly from the spread sheet (as I am not sure how it works but I copied what that thread said) and so nothing was output.