You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poiji is a tiny thread-safe Java library that provides one way mapping from Excel sheets to Java classes. In a way it lets us convert each row of the specified excel data into Java objects. Poiji uses https://poi.apache.org/[Apache Poi] (the Java API for Microsoft Documents) under the hood to fulfill the mapping process.
11
+
Poiji is a tiny thread-safe Java library that provides one way mapping from Excel sheets to Java classes.
12
+
In a way it lets us convert each row of the specified excel data into Java objects.
13
+
Poiji uses https://poi.apache.org/[Apache Poi] (the Java API for Microsoft Documents) under the hood to fulfill the mapping process.
12
14
13
15
[%collapsible]
14
16
toc::[]
@@ -23,15 +25,15 @@ In your Maven/Gradle project, first add the corresponding dependency:
0 commit comments