[Java code] Convert CSV to Excel file using Apache POI

This article shows you how to convert a CSV file to an Excel file using Apache POI. You will see a converter program that converts the CSV file into both Excel file formats XLS and XLSX. Maven Dependencies We required the following maven dependencies to develop this application. poi 4.0.1 poi-ooxml 4.0.1 opencsv 3.9 commons-lang …

[Java code] Convert CSV to Excel file using Apache POI Read More »

JDK 17 Installation on Windows 10 64-bit

This article shows you the JDK 17 installation on Windows 10 operating system. The JDK 21 is the latest Long Term Support (LTS) release by Oracle as of January 2024. The Java Development Kit (JDK) is a development environment for building applications and components using the Java programming language. The JDK includes tools for developing …

JDK 17 Installation on Windows 10 64-bit Read More »

[8u311] Download and Install JDK 8 on Windows 10 (64-bit)

In this article, you will see how you download and install JDK 8 in Windows 10. Here we will download Java update 8u311 of JDK 8 to install. If you want to download and install the latest update of JDK 8 click here. The Java Development Kit (JDK) is a distribution of Java Technology by …

[8u311] Download and Install JDK 8 on Windows 10 (64-bit) Read More »

History of Java

Java language was created by Sun MicroSystems. James Gosling is known as the father of the java language. James Gosling and Team (named Green Team) initiated the Java language project in June 1991. Initially, their intention was to develop a language that can be used for digital devices like cell phones, televisions, set-top boxes, etc. But it was …

History of Java Read More »

Free Download and Install JDK 11 on Windows 10?

In this article, you will see how to download JDK 11 and install JDK 11 on the Windows 10 Operating System. First of all to start the development of a Java application your system should have JDK installed. This is the first step to start developing the Java application. The Java Development Kit (JDK) is …

Free Download and Install JDK 11 on Windows 10? Read More »

Display Excel data in HTML Table using SheetJS in JavaScript

This article shows you how you display the Excel data in an HTML table using SheetJS in Javascript. SheetJS is a javascript library used to work with various spreadsheet formats. In another article, we explained Converting Excel file data to JSON using the SheetJS library in Javascript. Today in this article, we will explain how …

Display Excel data in HTML Table using SheetJS in JavaScript Read More »

MySQL download for windows | MySQL installer 64 bit

In this article, you will see how you install MySQL server 8.0.27 on the Windows 10 operating system using the MSI installer. MSI installer is also known as Microsoft installer or Windows Installer. It is a type of installer developed by Microsoft for use in the Microsoft operating system. How do we install MySQL Server on Windows …

MySQL download for windows | MySQL installer 64 bit Read More »

Install MySQL Workbench 8.0.27 on Windows 10[step-by-step]

In this article, you will see how do you install MySQL Workbench 8.0.27 on Windows 10. Here we are going to show you the installation process using the MySQL MSI installer. What is MySQL Workbench? MySQL Workbench is a GUI tool for working with MySQL servers and databases. It provides data modeling, SQL development, and …

Install MySQL Workbench 8.0.27 on Windows 10[step-by-step] Read More »