I don't think it's possible to do in the editor, but you can make a small project that will export all images.
Put all sprites to a layout, add them all to a family. For each family instance, loop through animation frames and save each frame image to disk.
If a sprite has multiple animations, you need to put multiple instances of it onto the layout, each with different animation playing.