If you use a regular Sprite object and just assign different "views" for each frame, Construct will automagically build Sprite Sheets for you out of those frames.
This is the easiest way to do it, I think.
You can dynamically load images into frames on the fly using the "Load image from URL" after setting it to a specific frame too, if you want some kind of dynamic loading capacity.