Usage: xls2img [Option] <XLS File> [<image File>]
-f <page number> : First page to be converted
-l <page number> : Last page to be converted
-s : Each page in a separate file
-r : Overwrite an existing destination file without prompting to confirm
-h or -? : Print usage information
-i <input XLS file name> : XLS file will be converted
-o <output Image file name> : Image file will be generated
For example :
xls2img -i c:\a.xls
xls2img -i c:\a.xls -o c:\a.jpg
xls2img -s -i c:\a.xls -o c:\a.jpg
xls2img -f 5 -l 8 -i c:\a.xls -o c:\a.tif
xls2img -f 1 -l 1 -r -i c:\a.xls -o c:\a.bmp