Is there any way to convert my xls table with two columns to hashmap?
More specifically, I have a table with country names and column with country code and I need to determine the country of origin from phone number. Thanks!
Is there any way to convert my xls table with two columns to hashmap?
Share
You can use this api :
http://www.andykhan.com/jexcelapi/tutorial.html
And you can get data any object what you want.