ByteScout Barcode Suite - VB.NET - Export to json with spreadsheet sdk - ByteScout

ByteScout Barcode Suite – VB.NET – Export to json with spreadsheet sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Barcode Suite – VB.NET – Export to json with spreadsheet sdk

How to export to json with spreadsheet sdk in VB.NET using ByteScout Barcode Suite

Step-by-step tutorial on how to export to json with spreadsheet sdk in VB.NET

An easy to understand guide on how to export to json with spreadsheet sdk in VB.NET with this source code sample. ByteScout Barcode Suite is the set that includes three different SDK products to generate barcodes, read barcodes and read and write spreadsheets: Barcode SDK, Barcode Reader SDK and Spreadsheet SDK. It can export to json with spreadsheet sdk in VB.NET.

Want to save time? You will save a lot of time on writing and testing code as you may just take the VB.NET code from ByteScout Barcode Suite for export to json with spreadsheet sdk below and use it in your application. Simply copy and paste in your VB.NET project or application you and then run your app! This basic programming language sample code for VB.NET will do the whole work for you to export to json with spreadsheet sdk.

ByteScout Barcode Suite free trial version is available on our website. VB.NET and other programming languages are supported.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

Module1.vb
      
Imports Bytescout.Spreadsheet Imports System.IO Module Module1 Sub Main() Using spreadsheet As New Spreadsheet ' Load document spreadsheet.LoadFromFile("Table.xls") ' Export first worksheet to JSON format Dim jsonString As String = spreadsheet.ExportToJSON(0) ' Write JSON string to file File.WriteAllText("exported.json.txt", jsonString) ' Open the result file in default associated application Process.Start("exported.json.txt") End Using End Sub End Module

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Barcode Suite Home Page

Explore ByteScout Barcode Suite Documentation

Explore Samples

Sign Up for ByteScout Barcode Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Barcode Suite Home Page

Explore ByteScout Barcode Suite Documentation

Explore Samples

Sign Up for ByteScout Barcode Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next