aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added implementation of Digital Signature support using code initially develo...Ugo Cei2009-10-1337-0/+4072
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-0890-2192/+1981
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-0411-14/+24
* added Ant target to compile scratchpad examples, added example HSMF applicati...Yegor Kozlov2009-10-042-0/+187
* fixed ColumnHelper to correctly handle columns included in a column spanYegor Kozlov2009-10-044-5/+135
* improved API for OOXML custom propertiesYegor Kozlov2009-10-043-81/+160
* Minor improvements to error handling in ForkedEvaluator. Added junits.Josh Micich2009-09-303-2/+129
* minor fixes to junit after r819469Josh Micich2009-09-293-30/+49
* improved script for deploying maven artefactsYegor Kozlov2009-09-281-10/+6
* updated index.html to reflect current releaseYegor Kozlov2009-09-281-27/+7
* Table of Contents first implementationPaolo Mottadelli2009-09-284-0/+190
* fixed XSSFCell.getStringCellValue() to properly handle cached formula resultsYegor Kozlov2009-09-263-5/+73
* fixed non-ASCII symbols to keep javac quietYegor Kozlov2009-09-253-8/+10
* Bugzilla 47747 - fixed logic for locating shared formula recordsJosh Micich2009-09-185-146/+196
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-1723-576/+392
* Reverted initial application of patches 47848(r815935) and 47849(r815942). So...Josh Micich2009-09-167-56/+8
* Added possibility to get EvaluationCell from RefEval, see bugzilla 47849Yegor Kozlov2009-09-164-1/+28
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-164-0/+21
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-1614-65/+445
* fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008...Yegor Kozlov2009-09-133-0/+5
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-13341-0/+12
* added javadoc how to avoid Excel crash when creating too many HSSFRichTextStr...Yegor Kozlov2009-09-132-0/+39
* improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813Yegor Kozlov2009-09-125-2/+157
* updated status.xmlYegor Kozlov2009-09-101-0/+1
* built-in positive formats don't need starting '(', see bugzilla 47770 Yegor Kozlov2009-09-101-16/+19
* Necessary fix of FunctionEval (follow-on to patch 47768)Yegor Kozlov2009-09-101-2/+2
* Added method setFunction(boolean) for defined namesYegor Kozlov2009-09-075-0/+53
* Implementation of Excel Days360 and Npv functionsYegor Kozlov2009-09-073-0/+123
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-075-37/+70
* Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu...Yegor Kozlov2009-09-062-0/+570
* Fixed PPT parser to tolerate Comment2000 containers with missing comment text...Yegor Kozlov2009-09-063-31/+68
* fix for extraction paragraphs and sections from headers/footers with XWPFWord...Yegor Kozlov2009-08-314-30/+81
* Support for extraction of header / footer images in HWPF, see Bugzilla 47733Yegor Kozlov2009-08-313-1/+10
* fixed incorrect assignment in TextObjectRecord.clone()Yegor Kozlov2009-08-311-1/+1
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23562-5813/+692
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2232-561/+494
* added TestIndirect to suite (from 47721/r806759)Josh Micich2009-08-221-0/+1
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-2121-196/+794
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-2122-297/+64
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-204-108/+168
* first createWatermark implementationPaolo Mottadelli2009-08-203-1/+121
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-2010-31/+40
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-1926-507/+238
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1935-660/+496
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-195-33/+30
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-192-20/+58
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-18122-1978/+1738
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1869-2374/+2200
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-188-25/+270
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-1873-4470/+3107