aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* fixed autoSizeColumn() to use cached formula values when processing formula c...Yegor Kozlov2009-02-193-5/+37
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-155-17/+153
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-132-42/+25
* 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-084-41/+117
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-085-4/+199
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-063-0/+25
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-0518-536/+467
* import OpenXML4j codebaseYegor Kozlov2009-01-29135-139/+11784
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-163-26/+28
* fixed unit test failing on jdk-1.6: java code should not rely on the order of...Yegor Kozlov2009-01-161-16/+21
* Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe c...Josh Micich2009-01-152-4/+4
* removed invalid import to keep java compiler quietYegor Kozlov2009-01-111-2/+0
* Support for reading HSSF column stylesNick Burch2009-01-062-0/+24
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written...Nick Burch2009-01-063-3/+27
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-234-22/+56
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-227-95/+269
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-1712-280/+1233
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...Yegor Kozlov2008-12-173-0/+21
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...Yegor Kozlov2008-12-122-4/+8
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-048-48/+128
* 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-219-67/+114
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-205-173/+1659
* fixing test hierarchiesJosh Micich2008-11-192-3/+46
* consolidated TestXSSFHeaderFooterJosh Micich2008-11-192-67/+43
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-192-11/+51
* Fixed XSSFName and test casesJosh Micich2008-11-183-15/+32
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-162-12/+44
* Follow-on from r713909 (bug 46174) - fixing Name to support general formulasJosh Micich2008-11-152-18/+33
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-155-105/+824
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-147-345/+565
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-145-28/+66
* 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-129-31/+221
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-113-1/+27
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-099-39/+54
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-0946-1247/+823
* javadocs cleanupYegor Kozlov2008-11-0711-478/+472
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-065-54/+48
* Fixed compilation error introduced in r708982Josh Micich2008-10-301-0/+7
* applied patches #46119, #46120 and #46078 by Gizella BronzettiYegor Kozlov2008-10-3010-20/+278
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-2923-438/+593
* belongs to r708506Yegor Kozlov2008-10-281-123/+0
* moved FontUnderline to interfaces-jdk15Yegor Kozlov2008-10-281-0/+121
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-2849-881/+190
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-275-82/+321
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-254-194/+371