aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Moving to headGlen Stampoultzis2005-05-014-0/+359
* TestGlen Stampoultzis2005-05-011-0/+131
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-0132-443/+1048
* - Added support for the Korean character set MS949. Thanks again to Ralf Terd...Rainer Klute2005-04-292-4/+9
* bug 27852 - patch by Brice CopyAvik Sengupta2005-04-281-2/+2
* bug 34007 - DBCS cell format, patch by Alexander LitvinovAvik Sengupta2005-04-281-0/+4
* RefactoredAvik Sengupta2005-04-283-33/+30
* PR:17039 - DBCS chars in header and footerAvik Sengupta2005-04-282-19/+118
* added a main method so we can use it as a quickie utility (been meaning to do...Andrew C. Oliver2005-04-271-0/+9
* - Added a couple of Macintosh codepage numbers to Java encoding names.Rainer Klute2005-04-232-4/+84
* Added underline capability to the header and footer.Shawn Laubach2005-04-222-177/+257
* bug 34435 , submitted by Nick Burch. ThanksAvik Sengupta2005-04-221-1/+4
* remove gratuitous outputAvik Sengupta2005-04-211-1/+0
* bug 33160, original patch and testcase supplied by Amol Deshmukh.. thanks. Th...Avik Sengupta2005-04-211-2/+18
* fix for not being able to name a sheet as Sheet1, with some testsAvik Sengupta2005-04-211-1/+1
* Re-fixing bug 25695, testcase now passesAvik Sengupta2005-04-191-1/+1
* - Support for variant type VT_R8 added.Rainer Klute2005-04-132-3/+32
* Bug 34247 fixed. Dictionaries are read with the specified codepage now.Rainer Klute2005-04-012-30/+59
* corrected docAvik Sengupta2005-02-172-3/+2
* - Added support for the MacRoman codepage (10000). Thanks to Mikael Puittinen...Rainer Klute2005-02-132-0/+5
* Javadoc comments fixed so that the JDK 1.5 standard doclet doesn'tRainer Klute2005-02-014-4/+4
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-0233-95/+76
* Fixed bugzilla referencesGlen Stampoultzis2005-01-011-1/+1
* - Links to outdated information deleted.Rainer Klute2004-12-291-10/+0
* - Outdated links to Microsoft documentation removed.Rainer Klute2004-12-282-17/+4
* the zero height flag is now exposed via the usermodel -ACOAndrew C. Oliver2004-11-151-0/+16
* Turned of deserialization of escher records by default.Glen Stampoultzis2004-10-251-9/+9
* Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ...Jason Height2004-10-143-8/+12
* PR: 19974Jason Height2004-10-133-170/+77
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-0/+57
* Reapplied DBCell etc etc patch to head after it had been clobbered during the...Jason Height2004-10-075-292/+358
* Fix for Bugzilla Bug 31092Jason Height2004-09-241-2/+1
* Javadoc fixes and cleanup.Glen Stampoultzis2004-09-191-181/+222
* Bugzilla Bug 27929 - finally :-)Glen Stampoultzis2004-09-192-5/+19
* Bugzilla Bug 30951Glen Stampoultzis2004-09-192-4/+27
* Bugzilla Bug 30836Glen Stampoultzis2004-09-191-3/+11
* - A section's size is a multiple of 4 now. The Windows explorer seems to be c...Rainer Klute2004-08-312-30/+63
* - Adjusting the variant type moved to Property.Rainer Klute2004-08-311-9/+3
* - Two properties are regarded as equal now if one of them is a Variant.VT_LPW...Rainer Klute2004-08-311-4/+18
* - Bug 30954 fixed.Rainer Klute2004-08-311-0/+5
* - Bug 30953 fixed: Method toString() now delivers all sections instead of the...Rainer Klute2004-08-311-1/+1
* Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problemGlen Stampoultzis2004-08-261-7/+9
* Pier's other HWPF patch.Glen Stampoultzis2004-08-241-18/+19
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-23151-3449/+3258
* Some code and documentation cleanup.Rainer Klute2004-08-154-22/+52
* Fixed a bug where the logical comparison of two sections returned false only ...Rainer Klute2004-08-152-4/+25
* Fixed a bug where a mutable section's format ID was written in the wrong byte...Rainer Klute2004-08-132-2/+22
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+7
* - Fix: HPSF now ensures that string properties are always written with the ty...Rainer Klute2004-06-2212-79/+217
* Conditional check for logging to avoid creating too many temporary objects.Glen Stampoultzis2004-06-205-95/+170