Skip to content

Instantly share code, notes, and snippets.

View nonom's full-sized avatar
🎯
Focusing

Antonio Martínez nonom

🎯
Focusing
View GitHub Profile
@PavelCp
PavelCp / excel_ExcelReader.java
Created April 3, 2021 19:46
Package related to .xlsx reading.
package com.read.excel;
import org.apache.poi.ss.usermodel.*;
import java.io.*;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;