I have Excel Cell value and Cell position in the database table. Now I want to render these information from database table to web page.
Screenshot:
example: database table fields are FieldValue FieldPosition
FieldValues | FieldPosition
100 A1
200 B1
username C1
testing A2
This is my table details.
Note:cell position is alpha numeric, so sorting will now works.