aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-20/+13
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-063-22/+15
* more refactoring of common ss testsYegor Kozlov2009-03-294-13/+15
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-275-46/+54
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-221-14/+74
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-212-1/+31
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-1826-5005/+5171
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-013-5/+25
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb...Yegor Kozlov2009-02-261-1/+1
* fixed bug #46715 - Column width from original xlsx file is discardedYegor Kozlov2009-02-252-57/+8
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-252-30/+211
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-241-0/+22
* replaced log4j with POILogger in openxml4j, also converted non-ascii characte...Yegor Kozlov2009-02-2016-109/+113
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-193-36/+57
* fixed autoSizeColumn() to use cached formula values when processing formula c...Yegor Kozlov2009-02-192-5/+29
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-154-17/+85
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-131-39/+13
* Fixed WorkbookFactory.create(InputStream) to throw specific ExceptionsJosh Micich2009-02-121-1/+2
* added to-do commentJosh Micich2009-02-121-1/+2
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-083-33/+75
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-084-4/+140
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-0/+8
* import OpenXML4j codebaseYegor Kozlov2009-01-2982-107/+9426
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-162-16/+18
* Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe c...Josh Micich2009-01-152-4/+4
* Support for reading HSSF column stylesNick Burch2009-01-061-0/+11
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written...Nick Burch2009-01-062-3/+3
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-233-22/+19
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-224-28/+107
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-179-258/+990
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...Yegor Kozlov2008-12-121-2/+4
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-044-30/+45
* modified EvaluationCell to make Evaluation API more easily wrapable.Josh Micich2008-12-031-10/+7
* properly set font size when applying indexed fontYegor Kozlov2008-11-251-0/+1
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-214-25/+12
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-203-51/+1431
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-192-11/+51
* Fixed XSSFName and test casesJosh Micich2008-11-181-4/+14
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-161-12/+35
* Follow-on from r713909 (bug 46174) - fixing Name to support general formulasJosh Micich2008-11-151-12/+20
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-154-105/+689
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-142-23/+7
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-12/+24
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-131-1/+10
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-124-8/+25
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-111-1/+11
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-098-38/+53
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-0919-434/+814
* javadocs cleanupYegor Kozlov2008-11-0711-478/+472
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-063-48/+43