Read Excel File in VS Code using c#?
If someone could help me by providing me with a step by step process of reading an Excel file using the programming language c# on VS Code(NOT visual studio IDE) It will be really helpful to me and others as this is a totally new working environment for me. Thanks.
li naPosted Mar 6, 2019, 4:29 PM
Maen BadwanPosted Feb 7, 2019, 10:02 AM
Do you want to convert it to a different format (such as DOCX, PDF, Text, etc.)?
Do you want to view it?
If you want to convert the Excel file under.NET core, you can try using DocumentConverter class from LEADTOOLS that can convert your Excel files into other document formats (such as DOCX, PDF, Text, RTF, etc.)
https://www.leadtools.com/help/leadtools/v20/dh/doxc/documentconverter.html
Sanwar RanwaPosted Jan 27, 2019, 8:48 AM