We may wish to convert the contents of an Excel sheet into a different format to make it easier to process. Learn how to read Excel documents and then output them as CSV.
Also find me here:
Baeldung Author
Achraf Taitai
As a Full Stack Developer with seven years of experience in Java development, I am passionate about using technology to craft innovative solutions. I thrive on tackling new challenges and am dedicated to delivering excellence in every project. My expertise spans the full stack, with a strong foundation in Java, and I am always eager to explore new ideas and push the boundaries of what’s possible. Let’s create something extraordinary together! Let's collaborate and create something extraordinary!
Here's what I've written (so far):
Baeldung on Java
- All
- Spring MVC (5)
- Java String (5)
- Maven (4)
- Java Numbers (4)
- Java IO (4)
- IDE (4)
- XML (3)
- Java Dates (3)
- Java (3)
- Spring Boot (2)
- Persistence (2)
- Java List (2)
- Java Array (2)
- Core Java (2)
- Web Services (1)
- Spring WebFlux (1)
- Spring Web (1)
- Spring Security (1)
- Spring (1)
- Networking (1)
- Logging (1)
- Java Map (1)
- Java Collections (1)
- JPA (1)
Fix ClassCastException: java.math.BigInteger cannot be cast to java.lang.Integer
Filed under Java Numbers
A quick and practical guide to handling ClassCastExceptions when working with BigInteger and Integer.
How to Convert XML to PDF
Filed under XML
A quick and practical guide to converting XML to PDF in Java.
Converting Image to BufferedImage in Java
Filed under Core Java
A quick and practical guide to converting images to BufferedImage in Java.
How to Specify the logback.xml Location
Filed under Logging, Spring Boot
A quick and practical guide to customizing the logback.xml location.
Converting a Java Project/Module Into a Maven Project/Module in IntelliJ IDEA
Filed under Maven
A quick and practical guide to converting a Java project/module into a Maven project/module in IntelliJ IDEA.
Checking Which Java Version Is Running in Eclipse
Filed under IDE
This tutorial delves into determining the Java version in Eclipse, emphasizing the distinction between Eclipse’s global Java version and project-specific configurations.
Connect to Database Through Intellij Data Sources and Drivers
Filed under IDE, Persistence
Learn how to connect to a database through IntelliJ data sources and drivers.
Replacing Single Quote with \’ in Java String
Filed under Java String
A quick and practical guide to replacing single quote with \’ in Java strings.