aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* javadocs cleanupYegor Kozlov2008-11-071-1/+1
* Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116...Josh Micich2008-11-063-1/+50
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-303-1/+15
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-268-1094/+406
* Merged revisions 706772,707450,707481 via svnmerge from Josh Micich2008-10-265-138/+443
* Merged revisions 700479,700493,700916,701302,701569,701598,701747 via svnmerg...Josh Micich2008-10-091-14/+0
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-132-4/+9
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-311-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-291-21/+59
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-072-63/+54
* More work on bug #45431 - Support for .xlsm files, sufficient for simple file...Nick Burch2008-07-291-0/+16
* New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses in...Nick Burch2008-07-211-0/+42
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-071-6/+9
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-291-20/+51
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-081-0/+10
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-043-9/+109
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-091-6/+10
* String Continue records support (with test), from bug #41064Nick Burch2007-12-041-1/+2
* SBAT fix from bug #11744Nick Burch2007-12-041-0/+20
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-081-0/+19
* Patch from bug #43108 - when fetching system properties, use sensible default...Nick Burch2007-08-151-1/+7
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-061-1/+1
* Add standard licence header for src/java directoryMark Thomas2007-01-154-1/+66
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2227-135/+162
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-291-3/+0
* Helper method for when moving stuff about in an array, plus testNick Burch2006-07-021-1/+57
* If given an empty (but not null) byte array to get a whole string from, retur...Nick Burch2006-05-101-0/+2
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-031-6/+23
* Added a factory implementation for BitFields. Will save a bit of memory.Jason Height2005-09-021-0/+43
* Major landing of the following changes:Jason Height2005-08-181-0/+94
* StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922Avik Sengupta2005-05-161-32/+39
* refactoredAvik Sengupta2005-05-021-3/+3
* Moving to headGlen Stampoultzis2005-05-011-0/+51
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-012-5/+12
* RefactoredAvik Sengupta2005-04-281-0/+28
* added a main method so we can use it as a quickie utility (been meaning to do...Andrew C. Oliver2005-04-271-0/+9
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-021-3/+0
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-0/+57
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-233-11/+10
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+7
* Some fixes to the branch. Lots left to do. Boolean records aren't supported...Glen Stampoultzis2004-04-183-0/+188
* Fixed error with HexDump.javaGlen Stampoultzis2004-04-121-1/+1
* New licence changes.Glen Stampoultzis2004-04-0923-1105/+349
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-091-0/+24
* Applied patch from Piers TaylorSaid Ryan Ackley2004-03-041-55/+17
* More Javadoc issues fixed. "ant javadoc" now runs without any complaints. How...Rainer Klute2003-12-064-7/+2
* Javadoc references to empty packages are not possible. I removed them.Rainer Klute2003-12-051-1/+0
* Removed some of the Javadoc errors. Fellow developers, please run "ant javado...Rainer Klute2003-12-041-3/+3
* Same changes but to the head.Glen Stampoultzis2003-09-041-10/+15
* Hex dump with byte positionsRainer Klute2003-08-301-5/+24