Convert Excel to JSON
This sample demonstrates the conversion of Excel documents to JSON file using Essential XlsIO.
DEMO
SOURCE
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