Apache | POI |
Home |
|
Hacking HSSFWhere Can I Find Documentation on Feature XYou might find the 'Excel 97 Developer's Kit' (out of print, Microsoft Press, no restrictive covenants, available on Amazon.com) helpful for understanding the file format. Also useful is the open office XLS spec. We are collaborating with the maintainer of the spec so if you think you can add something to their document just send through your changes. Help, I Can't Find Feature X Documented Anywhere
Low-level Record GenerationLow level records can be time consuming to created. We created a record generator to help generate some of the simpler tasks. We use XML descriptors to generate the Java code (which sure beats the heck out of the PERL scripts originally used ;-) for low level records. The generator is kinda alpha-ish right now and could use some enhancement, so you may find that to be about 1/2 of the work. Notice this is in org.apache.poi.hssf.record.definitions. Important NoticeOne thing to note: If you are making a large code contribution we need to ensure any participants in this process have never signed a "Non Disclosure Agreement" with Microsoft, and have not received any information covered by such an agreement. If they have they'll not be able to participate in the POI project. For large contributions we may ask you to sign an agreement. What Can I Work On?Check our todo list or simply look for missing functionality. Start small and work your way up. What Else Should I Know?Make sure you read the contributing section as it contains more generation information about contributing to POI in general. |