• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

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.
DEMO
SOURCE

Click the "Input Template" button to view the input Excel document. Please note that the Microsoft Excel viewer or Microsoft Excel is required to view the Excel document.

Click the "Convert to JSON" button to view the converted JSON file.


         

   

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