aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Report which actual record a failing sid representsDominik Stadler2015-07-161-1/+2
* Add default cleanup-settingsDominik Stadler2015-07-161-0/+59
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-167-192/+203
* unpin externalsAndreas Beeker2015-07-150-0/+0
* 3.13-beta1 prepareAndreas Beeker2015-07-150-0/+0
* javadoc fixAndreas Beeker2015-07-151-1/+1
* Further HSSF support towards CF IconSets #58130Nick Burch2015-07-154-1/+95
* Start on high-level HSSF representation of Icon CF #58130Nick Burch2015-07-143-1/+64
* HSSF record support for CF Iconset rulesNick Burch2015-07-145-51/+169
* LookupNick Burch2015-07-141-2/+17
* More CF Icon descriptions and interfaces #58130Nick Burch2015-07-141-19/+51
* Icon set / multi-state constants #58130Nick Burch2015-07-141-0/+66
* More CF colour testsNick Burch2015-07-141-4/+17
* Start checking the CF colours in the unit testsNick Burch2015-07-144-6/+27
* Fix javadoc warningsNick Burch2015-07-142-4/+4
* #58138 CF Border colour getters and setters on Color objects as well as shortsNick Burch2015-07-142-45/+136
* Support unsetting the XSSF CF pattern coloursNick Burch2015-07-141-6/+16
* #58138 Color object support for HSSF CF bordersNick Burch2015-07-141-6/+65
* Unset the border formattings when set to 0Nick Burch2015-07-141-2/+22
* Fix inconsistent whitespace/indentsNick Burch2015-07-141-147/+147
* Prepare HSSFBorderFormatting for #58138Nick Burch2015-07-142-81/+52
* Cleaner code for checking and casting the Color objectsNick Burch2015-07-147-28/+22
* Fix inconsistent whitespace/formattingNick Burch2015-07-142-264/+259
* Provide format-agnostic conditional formatting patter colour getters and settersNick Burch2015-07-144-23/+90
* Fix inconsistent whitespace/formattingNick Burch2015-07-146-1090/+1056
* Provide format-agnostic conditional formatting font colour getter and setterNick Burch2015-07-145-14/+63
* Constant for the Office 2010 Conditional Formatting extensions namespaceNick Burch2015-07-141-1/+4
* Bug 58133 - Agile encryption - wrong checksum calculationAndreas Beeker2015-07-131-1/+1
* Check more of the complex CF cases from the test filesNick Burch2015-07-131-2/+51
* Consistent whitespace/indentsNick Burch2015-07-131-75/+67
* Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-133-16/+31
* Enable CF2007 test for XLSX tooNick Burch2015-07-134-3/+17
* Provide a Conditional Formatting type class, and deprecate the byte-based typ...Nick Burch2015-07-136-17/+151
* Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b...Nick Burch2015-07-132-8/+32
* Fix inconsistent indents/whitespaceNick Burch2015-07-131-214/+209
* Begin updating the HSSF CF code to work on the base types, so it can handle b...Nick Burch2015-07-138-39/+104
* More clone supportNick Burch2015-07-131-1/+14
* Fix inconsistent indentsNick Burch2015-07-131-83/+81
* Fix generics, and use base typesNick Burch2015-07-131-9/+10
* Enable CFRule12 use #58130Nick Burch2015-07-135-4/+6
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
* CFRule12 testsNick Burch2015-07-135-26/+104
* New future record interface, and more CFRule12 toString outputNick Burch2015-07-133-7/+80
* Allow dumping of null arraysNick Burch2015-07-131-4/+7
* Further CFRule12 parsingNick Burch2015-07-133-80/+207
* CFRule12 can have standard formats too, so push logic to base class #58130Nick Burch2015-07-138-228/+255
* Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X...David North2015-07-136-1/+105
* Bug 58113: Fix regression: NullPointerException when setting cell value to nullDominik Stadler2015-07-132-7/+49
* Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workboo...David North2015-07-137-13/+266
* Template IDs from which CFs can be basedNick Burch2015-07-121-0/+28