ByteScout Barcode Suite - VB.NET - Read document properties with spreadsheet sdk - ByteScout

ByteScout Barcode Suite – VB.NET – Read document properties with spreadsheet sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Barcode Suite – VB.NET – Read document properties with spreadsheet sdk

How to read document properties with spreadsheet sdk in VB.NET using ByteScout Barcode Suite

If you want to learn more then this tutorial will show how to read document properties with spreadsheet sdk in VB.NET

Read document properties with spreadsheet sdk is simple to apply in VB.NET if you use these source codes below. 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 be applied to read document properties with spreadsheet sdk using 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 read document properties with spreadsheet sdk below and use it in your application. Just copy and paste the code into your VB.NET application’s code and follow the instructions. Complete and detailed tutorials and documentation are available along with installed ByteScout Barcode Suite if you’d like to learn more about the topic and the details of the API.

All these programming tutorials along with source code samples and ByteScout free trial version are available for download from our website.

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 System Imports System.Collections.Generic Imports System.Text Imports Bytescout.Spreadsheet Module Module1 Sub Main() ' read spreadsheet Dim document As Spreadsheet = New Spreadsheet() document.LoadFromFile("Input.xls") Console.WriteLine("Reading XLS properties") ' Get some properties Console.WriteLine("Author: " + document.Workbook.Properties.Author) Console.WriteLine("Comments: " + document.Workbook.Properties.Comments) Console.WriteLine("Subject: " + document.Workbook.Properties.Subject) Console.ReadKey() document.Close() 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