| Commit message (Expand) | Author | Age | Files | Lines |
* | move poi to top levelREL_3_0 | Joe Schaefer | 2007-06-25 | 0 | -0/+0 |
* | Tag 3.0 RC4 as 3.0 FINAL | Nick Burch | 2007-05-18 | 0 | -0/+0 |
* | Tag as RC4 | Nick Burch | 2007-05-10 | 0 | -0/+0 |
* | HSLF docs updated: added a note on using HSLF when graphical environment is n... | Yegor Kozlov | 2007-05-07 | 1 | -0/+7 |
* | HSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless... | Yegor Kozlov | 2007-05-06 | 1 | -4/+25 |
* | Add a note about using Cocoon to do XML -> XLS, since people have been asking... | Nick Burch | 2007-05-04 | 1 | -0/+8 |
* | Update the changelog | Nick Burch | 2007-05-03 | 1 | -0/+13 |
* | Tweak a few more elements in the pom | Nick Burch | 2007-04-26 | 1 | -4/+4 |
* | Update issueTrackingUrl in maven pom | Nick Burch | 2007-04-25 | 1 | -1/+4 |
* | Detect, and report a meaningful error, if we come across an Office 2007 XML d... | Nick Burch | 2007-04-23 | 4 | -0/+94 |
* | Update the groupId to org.apache.poi, as per mavern guidelines | Nick Burch | 2007-04-20 | 1 | -1/+1 |
* | cleaning the code before release | Yegor Kozlov | 2007-04-18 | 2 | -10/+3 |
* | fixed misc bugs in the hslf how-to doc | Yegor Kozlov | 2007-04-18 | 1 | -12/+13 |
* | applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup | Yegor Kozlov | 2007-04-16 | 1 | -0/+17 |
* | testcases for bugs 38266 and 40738 | Yegor Kozlov | 2007-04-16 | 3 | -1/+45 |
* | applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor... | Yegor Kozlov | 2007-04-16 | 3 | -11/+249 |
* | use POILogger instead of System.err in hslf records. If users want verbose ou... | Yegor Kozlov | 2007-04-12 | 6 | -9/+23 |
* | Fix for bug 41946: remember if the complex part of an array property is empty... | Yegor Kozlov | 2007-04-12 | 2 | -10/+101 |
* | It seems that some PPT files only have linkAtom + linkDetailsA for their ExHy... | Nick Burch | 2007-04-03 | 1 | -6/+19 |
* | Add in a clean step before compile in dist | Nick Burch | 2007-04-02 | 1 | -3/+3 |
* | convert from pixels (96dpi) to points(72dpi) when setting picture anchor | Yegor Kozlov | 2007-03-30 | 1 | -1/+1 |
* | Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWP... | Nick Burch | 2007-03-29 | 3 | -5/+163 |
* | Don't NPE if we have a reference to a note, where there's no core record to g... | Nick Burch | 2007-03-29 | 3 | -13/+45 |
* | fixed bug 41384: Array index wrong in record creation | Yegor Kozlov | 2007-03-21 | 3 | -1/+54 |
* | fixed bug 41761: NPE when serializing a workbook with empty rows | Yegor Kozlov | 2007-03-20 | 3 | -7/+40 |
* | excluded rich text and outlines from POI 2.5 limitations | Yegor Kozlov | 2007-03-20 | 1 | -14/+1 |
* | improved work with cell comments | Yegor Kozlov | 2007-03-12 | 4 | -37/+63 |
* | fix amateur hour coding mistake | Andrew C. Oliver | 2007-03-02 | 1 | -5/+6 |
* | http://issues.apache.org/bugzilla/show_bug.cgi?id=40548 | Andrew C. Oliver | 2007-03-02 | 1 | -5/+8 |
* | Allow user defined named ranges. Calling super doesn't seem to break anythin... | Andrew C. Oliver | 2007-03-02 | 1 | -1/+4 |
* | If the username length in the CurrentUserAtom is clearly wrong, treat it as i... | Nick Burch | 2007-03-01 | 1 | -2/+13 |
* | not autofit for formula cells | Yegor Kozlov | 2007-02-26 | 1 | -2/+0 |
* | support for auto-sizing worksheet columns | Yegor Kozlov | 2007-02-13 | 2 | -22/+131 |
* | changing attributes of existing cell comments is reflected after save | Yegor Kozlov | 2007-01-31 | 3 | -5/+65 |
* | Make this compile for me. | Rainer Klute | 2007-01-30 | 1 | -1/+1 |
* | Add svn properties | Mark Thomas | 2007-01-18 | 0 | -0/+0 |
* | Remove copyright since it is now in NOTICE file and add XML declaration | Mark Thomas | 2007-01-18 | 1 | -1/+1 |
* | Add ExObjList support | Nick Burch | 2007-01-17 | 8 | -7/+430 |
* | Add ExHyperlink tests against a real file | Nick Burch | 2007-01-17 | 2 | -2/+46 |
* | Add support for ExHyperlink and ExHyperlinkAtom | Nick Burch | 2007-01-17 | 7 | -3/+474 |
* | Support InteractiveInfo, the parent of InteractiveInfoAtom | Nick Burch | 2007-01-17 | 3 | -1/+185 |
* | Initial, basic support for InteractiveInfoAtom | Nick Burch | 2007-01-17 | 4 | -1/+278 |
* | added a single space in an irrelevant place | Andrew C. Oliver | 2007-01-17 | 1 | -1/+1 |
* | Tweak comments and variable names, to make the wacky colour stuff as BGR not ... | Nick Burch | 2007-01-16 | 1 | -4/+6 |
* | testcases for still unfixed bugs | Avik Sengupta | 2007-01-16 | 3 | -0/+64 |
* | Testcases for bugs. Thanks Yegor | Avik Sengupta | 2007-01-16 | 14 | -1/+331 |
* | Add standard licence header for src/documentation/content directory | Mark Thomas | 2007-01-15 | 102 | -402/+2136 |
* | Add standard licence header for src/documentation/skins directory | Mark Thomas | 2007-01-15 | 21 | -17/+372 |
* | Add standard licence header for src/types directory | Mark Thomas | 2007-01-15 | 10 | -28/+176 |
* | Add standard licence header for src/testcases directory | Mark Thomas | 2007-01-15 | 7 | -0/+112 |