JSON is a popular format to exchange data within or between the applications. The lightweight JSON files make it possible for you to store and process small or large sized data easily. On the other hand, Excel XLS files are commonly used to keep and share the data. However, in certain cases, you may need to convert XLS data to JSON format from within .NET applications. To achieve that, this article covers how to convert XLS to JSON programmatically in C#.
JSON is a popular format to exchange data within or between the applications. The lightweight JSON files make it possible for you to store and process small or large sized data easily. On the other hand, Excel XLSX files are commonly used to keep and share the data. However, in certain cases, you may need to convert XLSX data to JSON format from within .NET applications. To achieve that, this article covers how to convert XLSX to JSON programmatically in C#.
TXT files provide a convenient way to note down the textual data quickly and easily. On the other hand, XML files are commonly used to store and transport data within or between applications. In certain cases, you need to export the TXT file’s data to XML format programmatically from within your C# applications. To achieve that, this article shows how to convert a TXT file to XML in C#.
Text extraction from Word documents is often performed in various scenarios, such as analyzing text, extracting specific sections, and combining them into a single document. In this article, you will learn how to extract text from Word documents programmatically in C# using the Aspose Plugin. We will also cover how to extract content between specific elements such as paragraphs and tables dynamically.
JPG is one of the most popular image formats, but it suffers from quality loss with each save. To preserve image quality, converting to a lossless format like PNG is essential. This article outlines how to convert a JPG image to PNG in C# using the powerful Aspose Plugin for .NET, available for just $99.
MS Excel files are widely used for storing tabular data in the form of worksheets. Often, large datasets are maintained in Excel files. This article demonstrates how to read an Excel file in C# using the Aspose.Cells API. We will show you how to read the entire Excel file or just a specific worksheet programmatically.
JSON is an immensely used format to store structured data. In various cases, JSON files are used to transmit data between applications. Alongside, CSV is also used to store the data as comma-separated values. In this article, you will learn how to import data from JSON files to CSV programmatically. Particularly, the article will cover how to convert JSON data to CSV using C#.
In various cases, you may need to convert the JSON files to PDF for sharing, printing, or other purposes. To achieve it programmatically, this article covers how to convert JSON to PDF using C#.
Watermarks are crucial for asserting ownership and preventing unauthorized usage or counterfeiting. This article covers how to add a watermark to images programmatically using C# and how to watermark a batch of images efficiently using the Aspose Plugin, available for just $99.
This article covers the basic implementation of PDF automation within .NET applications using the $99 Aspose Plugin. Ultimately, you will learn how to create PDF files and insert text, images, tables, and other components using C#.