Re: How does Apache POI work?

2017-12-07 Thread Sagiruddin Mondal
Hello Anastacio, Here is the Apache POI code mirror. https://github.com/apache/poi ​Please go through the development. I have used POI several time. never dig into the source. If you can find the basic mechanism on how to read all different file please discuss here. Best Regards, Sagir On

Re: How does Apache POI work?

2017-12-02 Thread Hervé BOUTEMY
Hi Sal, Apache POI website http://poi.apache.org/ is what you're looking for. Regards, Hervé Le samedi 2 décembre 2017, 14:01:09 CET Anastacio Meza a écrit : > Hello, > > My name is Anastacio Meza, but I go by Sal for short. I have been trying > to find information on how A.POI interfaces

How does Apache POI work?

2017-12-02 Thread Anastacio Meza
Hello, My name is Anastacio Meza, but I go by Sal for short. I have been trying to find information on how A.POI interfaces with excel. I am a computer science major and am interested in how this works. From what I've learned, and I can't confirm it, A.POI is a collection of Java, and VBA