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 PDF to JPG in Python

PDF files are everywhere in the form of documents, invoices, receipts, articles, and so on. It is one of the most convenient formats for printing and sharing the documents. In certain cases, you have to convert the PDF files to JPG images for generating thumbnails or embedding into your front end applications. To achieve that, this article covers how to convert pages in a PDF to JPG images programmatically in Python.
June 15, 2022 · 2 min · Usman Aziz

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

Connect to Microsoft365 Mailbox using Modern Authentication in C# .NET

Modern Authentication is now enabled by default for all new Microsoft 365/Azure tenants because this protocol is more secure than the deprecated Basic Authentication. Modern Authentication is based on Active Directory Authentication Library and OAuth 2.0. It uses time-limited tokens, and applications don’t store user credentials. In addition, it is planned to completely prohibit the use of Basic Authentication for all Microsoft 365 clients. In this article, we will focus on using Modern Authentication to connect via EWS, SMTP, IMAP, POP clients of Aspose.
June 14, 2022 · 5 min · Dmitrysamodurov

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