En

Convert XML to Excel using C#

As a C# developer, you can easily export data from an XML file to Excel programmatically in .NET applications. In this article, you will learn how to convert an XML data to Excel (XLSX or XLS) programmatically using C#.
June 17, 2022 · 3 min · Muzammil Khan

Convert HTML to JSON using C#

As a C# developer, you can easily export data from an HTML file to JSON programmatically in .NET applications. In this article, you will learn how to convert an HTML to JSON programmatically using C#.
June 16, 2022 · 2 min · Muzammil Khan

Convert XLS/XLSX to TXT in Java

XLS or XLSX files are popularly used to perform several arithmetic operations. Information can be turned into data or visual graphs. In certain cases, you may need to convert an XLS or XLSX file to TXT format in order to archive data or maybe making the data compatible with different applications. In accordance with such scenarios, this article explains how to convert XLS/XLSX to TXT programmatically in Java.
June 15, 2022 · 2 min · Farhan Raza

Convert TXT to CSV in Java

TXT files can sometimes contain numeric data that you might need to process with some application. Accordingly, TXT to CSV file conversion can be helpful to parse the numeric data as comma separated values. This article covers how to convert a TXT file to CSV format programmatically in Java.
June 15, 2022 · 2 min · Farhan Raza

Convert XLS/XLSX Files to CSV in Java

XLS or XLSX files are commonly used to store the data in the form of rows and columns. However, while processing the data, you often need to convert Excel files to CSV (Comma Separated Values) format. To perform this conversion programmatically, this article shows how to convert an Excel XLS or XLSX file to CSV in Java.
June 15, 2022 · 2 min · Usman Aziz

Convert CSV to XML using Java

As a Java developer, you can easily export data from a CSV file to XML programmatically in Java applications. In this article, you will learn how to convert a CSV file to XML format programmatically in Java.
June 15, 2022 · 3 min · Muzammil Khan

Convert JSON Files to XLS/XLSX in Java

JSON files are widely used to keep and share the data. Most often, JSON files are used to import or export data within the web, desktop, or mobile applications. In certain cases, you have to convert the received JSON data to XLS or XLSX format programmatically. To achieve that, this article covers how to convert a JSON file to Excel XLS or XLSX in Java.
June 14, 2022 · 2 min · Usman Aziz

Convert Excel XLS Files to XLSX in Python

Excel spreadsheets are commonly used to store small or large sized data conveniently. Moreover, you can visualize the spreadsheet data and perform differnet operations to manipulate it. XLS was the earlier file format that was used by Microsoft Excel to store spreadsheet data. Although Microsoft introduced XLSX in 2007 with extended features and capabilities, various people still use XLS format that you have to convert to XLSX afterwards. In this article, you will learn how to convert XLS files to XLSX format programmatically in Python.
June 14, 2022 · 2 min · Usman Aziz

Convert JSON to HTML using Java

As a Java developer, you can easily export data from a JSON file to HTML programmatically in Java applications. In this article, you will learn how to convert a JSON file to HTML format programmatically in Java.
June 13, 2022 · 3 min · Muzammil Khan

Convert TXT to JSON in Python

TXT files are widely used to store textual data quickly and easily. However, often you get data in a TXT file and you need to convert that into JSON programmatically. To accomplish that, this article covers how to convert a TXT file to JSON in Python.
June 10, 2022 · 2 min · Usman Aziz