In an interview, many times, it has been seen that interviewer asks do you know what is Apache POI?
You can explain Apache POI in simple language as below and you are good to go.
In simple words, I would say Apache POI is a set of libraries which we need to download from official Apache org site to deal with Excel files. Or to read or write in Excel files. If you are working on a Maven project, you can add these Apache dependencies to your project(specifically to your POM.xml) file to work with Excel files(.XLS file and .XLSX file). There are some 10 dependencies which you need to add to your project. You can download the Apache POI maven dependency from official Apache site which is https://www.apache.org
Thank you for reading! I hope it will help you.
0 comments:
Post a Comment