Jeylabs.XmlToExcelConverter 1.0.0

dotnet add package Jeylabs.XmlToExcelConverter --version 1.0.0
NuGet\Install-Package Jeylabs.XmlToExcelConverter -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jeylabs.XmlToExcelConverter" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jeylabs.XmlToExcelConverter --version 1.0.0
#r "nuget: Jeylabs.XmlToExcelConverter, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jeylabs.XmlToExcelConverter as a Cake Addin
#addin nuget:?package=Jeylabs.XmlToExcelConverter&version=1.0.0

// Install Jeylabs.XmlToExcelConverter as a Cake Tool
#tool nuget:?package=Jeylabs.XmlToExcelConverter&version=1.0.0

Jeylabs.XmlToExcelConverter

The Package to use on Projects purpose of generating Microsoft Excel file with the XML Data

alternate text is missing from this package README image Jeylabs.XmlToExcelConverter (.Net Framework)

The Package to use on Projects purpose of generating Microsoft Excel file with the XML Data

Target

The package targets .Net Framework 4.0 or latest. you can install and use the package Jeylabs.XmlToExcelConverter on projects which are based on .Net Framework

Usage

To start using reusable_timeline you can install it using nuget

  • If you are using "Nuget Package Manager Console" use the following command to install it

      Install-Package Jeylabs.XmlToExcelConverter -Version 1.0.0
    
  • If you are using ".NET CLI" use the following command to install it

      dotnet add package Jeylabs.XmlToExcelConverter --version 1.0.0
    
  • If you are using "Nuget Package Manager (GUI)" follow the steps which following gif showing.

alternate text is missing from this package README image

You must use the Jeylabs.XmlToExcelConverter namespace from the Jeylabs.XmlToExcelConverter package

using Jeylabs.XmlToExcelConverter;

Then you have to to pass the value to the params of CreateExcel method of ExcelConverter class

Demo

You can refer the following demo.

alternate text is missing from this package README image

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 635 8/9/2019

This is Initial Package release