Grids
Example of Excel To JSON in ASP.NET Core Excel (XlsIO) Library
This sample demonstrates the conversion of Excel documents to JSON file using Essential XlsIO.
Essential XlsIO supports to convert Excel data to JSON files by simply saving the workbook using the SaveAsJson method.
Features:
- Save as a simple JSON file or a JSON file with XML schema
- Save a workbook to JSON
- Save a worksheet to JSON
- Save a range to JSON
- Save as a stream with the above features