Get value from specific cells excel

Hello,

I need to get value from specific cells from excel with groupdocs. fyi i have a license for groupdocs.total, is there a tutorial for doing this?

@ahmad.faizin

Do you mean converting the value from specific cells into some format (e.g., image or PDF) and then rendering it in a browser or another application?

no, I mean the ability to get the value of a specific cell in Excel, for example in cell A1. then I will insert the value into the database

@ahmad.faizin

GroupDocs.Parser could best meet your requirements, if you want to extract value from Spreadsheet cells.
Please take a look at this code snippet - Cells.zip (681 Bytes) and this documentation for a deeper understanding - Extract text from Microsoft Office Excel spreadsheets.