AutoFit Excel Rows and Columns in Java

While generating and processing Excel spreadsheets programmatically, you may need to enable this feature dynamically. To achieve that, this article shows how to autofit rows and columns in Excel files in Java.
<span title='2022-09-27 05:00:00 +0000 UTC'>September 27, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

Convert XLSX to JSON in Java

XLSX files are immensely used for storing small or large-sized data. Also, you can process and manipulate data by performing various operations. However, in certain cases, you have to transform the Excel data into JSON format, such as in web applications. To perform this conversion programmatically, this article shows how to convert an Excel XLSX file to JSON in Java.
<span title='2022-07-28 12:15:42 +0000 UTC'>July 28, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

Convert Excel XLSX to CSV in Java

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 XLSX files to CSV (Comma Separated Values) format. To perform this conversion programmatically, this article shows how to convert an Excel XLSX to CSV in Java.
<span title='2022-07-26 08:00:42 +0000 UTC'>July 26, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

Convert Excel XLS to CSV in Java

XLS 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 XLS files to CSV (Comma Separated Values) format. To perform this conversion programmatically, this article shows how to convert an Excel XLS to CSV in Java.
<span title='2022-06-15 12:15:42 +0000 UTC'>June 15, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

Convert Excel XLS to JSON in Java

XLS files are immensely used for storing small or large-sized data. Also, you can process and manipulate data by performing various operations. However, in certain cases, you have to transform the Excel data into JSON format, such as in web applications. To perform this conversion programmatically, this article shows how to convert an Excel XLS or XLSX file to JSON in Java.
<span title='2022-06-15 12:15:42 +0000 UTC'>June 15, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

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.
<span title='2022-06-14 18:55:42 +0000 UTC'>June 14, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

Export Custom Properties in Excel to PDF and Create Safe Sheet Names in Java

<span title='2018-09-27 15:59:24 +0000 UTC'>September 27, 2018</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Ahsaniqbal

PDF/A-1a Compliance, Custom Page Size Options and Copy Page Setup Settings in Java

<span title='2017-06-01 10:30:40 +0000 UTC'>June 1, 2017</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Amjad Sahi