| Commit message (Expand) | Author | Age | Files | Lines |
* | Added implementation of Digital Signature support using code initially develo... | Ugo Cei | 2009-10-13 | 37 | -0/+4072 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 90 | -2192/+1981 |
* | reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint | Yegor Kozlov | 2009-10-04 | 11 | -14/+24 |
* | added Ant target to compile scratchpad examples, added example HSMF applicati... | Yegor Kozlov | 2009-10-04 | 2 | -0/+187 |
* | fixed ColumnHelper to correctly handle columns included in a column span | Yegor Kozlov | 2009-10-04 | 4 | -5/+135 |
* | improved API for OOXML custom properties | Yegor Kozlov | 2009-10-04 | 3 | -81/+160 |
* | Minor improvements to error handling in ForkedEvaluator. Added junits. | Josh Micich | 2009-09-30 | 3 | -2/+129 |
* | minor fixes to junit after r819469 | Josh Micich | 2009-09-29 | 3 | -30/+49 |
* | improved script for deploying maven artefacts | Yegor Kozlov | 2009-09-28 | 1 | -10/+6 |
* | updated index.html to reflect current release | Yegor Kozlov | 2009-09-28 | 1 | -27/+7 |
* | Table of Contents first implementation | Paolo Mottadelli | 2009-09-28 | 4 | -0/+190 |
* | fixed XSSFCell.getStringCellValue() to properly handle cached formula results | Yegor Kozlov | 2009-09-26 | 3 | -5/+73 |
* | fixed non-ASCII symbols to keep javac quiet | Yegor Kozlov | 2009-09-25 | 3 | -8/+10 |
* | Bugzilla 47747 - fixed logic for locating shared formula records | Josh Micich | 2009-09-18 | 5 | -146/+196 |
* | Improvements to patch 47809 (support for UDFs) | Josh Micich | 2009-09-17 | 23 | -576/+392 |
* | Reverted initial application of patches 47848(r815935) and 47849(r815942). So... | Josh Micich | 2009-09-16 | 7 | -56/+8 |
* | Added possibility to get EvaluationCell from RefEval, see bugzilla 47849 | Yegor Kozlov | 2009-09-16 | 4 | -1/+28 |
* | Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848 | Yegor Kozlov | 2009-09-16 | 4 | -0/+21 |
* | improved work with user-defined functions, see Bugzilla 47809 | Yegor Kozlov | 2009-09-16 | 14 | -65/+445 |
* | fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008... | Yegor Kozlov | 2009-09-13 | 3 | -0/+5 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 341 | -0/+12 |
* | added javadoc how to avoid Excel crash when creating too many HSSFRichTextStr... | Yegor Kozlov | 2009-09-13 | 2 | -0/+39 |
* | improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 | Yegor Kozlov | 2009-09-12 | 5 | -2/+157 |
* | updated status.xml | Yegor Kozlov | 2009-09-10 | 1 | -0/+1 |
* | built-in positive formats don't need starting '(', see bugzilla 47770 | Yegor Kozlov | 2009-09-10 | 1 | -16/+19 |
* | Necessary fix of FunctionEval (follow-on to patch 47768) | Yegor Kozlov | 2009-09-10 | 1 | -2/+2 |
* | Added method setFunction(boolean) for defined names | Yegor Kozlov | 2009-09-07 | 5 | -0/+53 |
* | Implementation of Excel Days360 and Npv functions | Yegor Kozlov | 2009-09-07 | 3 | -0/+123 |
* | Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ... | Yegor Kozlov | 2009-09-07 | 5 | -37/+70 |
* | Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu... | Yegor Kozlov | 2009-09-06 | 2 | -0/+570 |
* | Fixed PPT parser to tolerate Comment2000 containers with missing comment text... | Yegor Kozlov | 2009-09-06 | 3 | -31/+68 |
* | fix for extraction paragraphs and sections from headers/footers with XWPFWord... | Yegor Kozlov | 2009-08-31 | 4 | -30/+81 |
* | Support for extraction of header / footer images in HWPF, see Bugzilla 47733 | Yegor Kozlov | 2009-08-31 | 3 | -1/+10 |
* | fixed incorrect assignment in TextObjectRecord.clone() | Yegor Kozlov | 2009-08-31 | 1 | -1/+1 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 562 | -5813/+692 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 32 | -561/+494 |
* | added TestIndirect to suite (from 47721/r806759) | Josh Micich | 2009-08-22 | 1 | -0/+1 |
* | Bugzilla 47721 - Added implementation for INDIRECT() | Josh Micich | 2009-08-21 | 21 | -196/+794 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 22 | -297/+64 |
* | minor improvements to sheet name validation and identification of cell refere... | Josh Micich | 2009-08-20 | 4 | -108/+168 |
* | first createWatermark implementation | Paolo Mottadelli | 2009-08-20 | 3 | -1/+121 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 10 | -31/+40 |
* | changed interface from OperationEval to Function for basic operators | Josh Micich | 2009-08-19 | 26 | -507/+238 |
* | Centralize logic for finding/opening sample files | Yegor Kozlov | 2009-08-19 | 35 | -660/+496 |
* | Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa... | Josh Micich | 2009-08-19 | 5 | -33/+30 |
* | createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse... | Paolo Mottadelli | 2009-08-19 | 2 | -20/+58 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 122 | -1978/+1738 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 69 | -2374/+2200 |
* | createHeader/Footer methods + tests | Paolo Mottadelli | 2009-08-18 | 8 | -25/+270 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 73 | -4470/+3107 |