How to use a sprite sheet with Slick-util

I’ve just started with game development and I am now making a tile based 2D game. I am using slick-util and lwjgl for my graphics. Right now it loads every texture from it’s own png file, but I would like to use a sprite sheet. Could anyone explain how to load a texture from a spritesheet using slick-util?