ExcelExportKit 1.0.0
dotnet add package ExcelExportKit --version 1.0.0
NuGet\Install-Package ExcelExportKit -Version 1.0.0
<PackageReference Include="ExcelExportKit" Version="1.0.0" />
paket add ExcelExportKit --version 1.0.0
#r "nuget: ExcelExportKit, 1.0.0"
// 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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- CsvHelper (>= 31.0.0)
- DocumentFormat.OpenXml (>= 3.0.1)
- EPPlus (>= 7.0.9)
- iTextSharp (>= 5.5.13.3)
- Newtonsoft.Json (>= 13.0.3)
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 | 157 | 2/29/2024 |