How do I read a simple table from excel

I need to use aspose to locate a simple table in an excel sheet and then extract the data into a json. is there any way i can do this?

@ravishmungee
Please check the doc.
You can use JsonUtility.ExportRangeToJson to export range to json

Thank you for the response. However, the main issue is that I’m unsure of what code to use to find and read the simple table. exporting to json isn’t really a problem

@ravishmungee

Table in Aspose.Cells is ListObject, you can find table from Worksheet.ListObjects .

If you have further queries, please share us a sample file to explain what do you want.