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

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

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

How to read document properties with spreadsheet sdk in VB.NET and ByteScout Data Extraction Suite

How to write a robust code in VB.NET to read document properties with spreadsheet sdk with this step-by-step tutorial

The sample shows instructions and algorithm of how to read document properties with spreadsheet sdk and how to make it run in your VB.NET application. ByteScout Data Extraction Suite is the bundle that includes three SDK tools for data extraction from PDF, scans, images and from spreadsheets: PDF Extractor SDK, Data Extraction SDK, Barcode Reader SDK. It can read document properties with spreadsheet sdk in VB.NET.

Want to quickly learn? This fast application programming interfaces of ByteScout Data Extraction Suite for VB.NET plus the guidelines and the code below will help you quickly learn how to read document properties with spreadsheet sdk. Simply copy and paste in your VB.NET project or application you and then run your app! If you want to use these VB.NET sample examples in one or many applications then they can be used easily.

ByteScout Data Extraction 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 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 Data Extraction Suite Home Page

Explore ByteScout Data Extraction Suite Documentation

Explore Samples

Sign Up for ByteScout Data Extraction 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 Data Extraction Suite Home Page

Explore ByteScout Data Extraction Suite Documentation

Explore Samples

Sign Up for ByteScout Data Extraction Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next