Convert data in bmp file to excel

F

Fkucbel

I have recv'd a image file of a table and need to import in excel to use the
data.
Any suggestions?

Thanks FKucbel
 
D

Dave Peterson

If it's an image (.bmp, .tif, .jpg), you're gonna need some sort of OCR program
that converts it to text.
 
B

Bruce Sinclair

If it's an image (.bmp, .tif, .jpg), you're gonna need some sort of OCR program
that converts it to text.

... or if it's a small table, reentering it might be simpler. Remember to
check the data in either case before using it :)
..
 
Top