ExcelExportKit 1.0.0

dotnet add package ExcelExportKit --version 1.0.0
NuGet\Install-Package ExcelExportKit -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="ExcelExportKit" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelExportKit --version 1.0.0
#r "nuget: ExcelExportKit, 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 ExcelExportKit as a Cake Addin
#addin nuget:?package=ExcelExportKit&version=1.0.0

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

Excel Converter The Excel Converter is a lightweight utility tool designed to convert Excel files into various formats such as CSV, JSON, PDF, and Word documents.

Features Convert to CSV: Easily convert Excel files to CSV format. Convert to JSON: Convert Excel files to JSON format with ease. Convert to PDF: Generate PDF files from Excel spreadsheets effortlessly. Convert to Word: Transform Excel files into Word documents quickly and efficiently. Getting Started To use the Excel Converter, follow these simple steps:

Installation: No installation is required. Simply download or clone the project repository to your local machine.

Requirements: Ensure that you have the necessary dependencies installed, including:

.NET Core SDK Newtonsoft.Json package EPPlus package iTextSharp package DocumentFormat.OpenXml package Usage:

Include the ExportFiles.Services namespace in your project. Call the appropriate method from the ExcelConverter class to convert your Excel files.

Example: // Convert Excel to JSON string inputFile = "path/to/input.xlsx"; string outputFile = "path/to/output.json"; await ExcelConverter.ToJsonAsync(inputFile, outputFile);

// Convert Excel to PDF string pdfOutputFile = "path/to/output.pdf"; await ExcelConverter.ToPDFAsync(inputFile, pdfOutputFile);

// Convert Excel to Word string wordOutputFile = "path/to/output.docx"; await ExcelConverter.ToWord(inputFile, wordOutputFile);

// Convert Excel to CSV string csvOutputFile = "path/to/output.csv"; await ExcelConverter.ToCSVAsync(inputFile, csvOutputFile);

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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 98 2/29/2024