poiji
poiji copied to clipboard
:candy: A library converting XLS and XLSX files to a list of Java objects based on Apache POI
Hi, It would be great if the scope of the "mandatory" constraint (on the @ExcelCellName and @ExcelCell annotations) could be extended to affect the actual cell values, not just column...
This PR does not pretend to be merged. It is suggestion how to implement writing a collection of POJOs to Excel Sheet using only one line of code. The demo...
Hi, Currently I only see dateFormatter give Date.class, LocalDate.class and LocalDateTime.class. My Poiji is missing a dateFormatter give YearMonth.class at getValueObject() method. For details you can review the discussions I...
The `mandatoryCell` feature works rather strangely: * does detect missing cells for XLS files * does not detect missing cells for XLSX files * does not detect blank cells (i.e....
Checkmarx in IntelliJ is warning on the use of org.apache.commons:commons-compress:1.25.0 ``` Provides transitive vulnerable dependency maven:org.apache.commons:commons-compress:1.25.0 CVE-2024-26308 7.5 Allocation of Resources Without Limits or Throttling vulnerability with High severity found...
I need to get Cell Address for some reason. I mean Cell(0) is A1. I wonder that you have implemented it? Can you show me the solution?