| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed autoSizeColumn() to use cached formula values when processing formula c... | Yegor Kozlov | 2009-02-19 | 3 | -5/+37 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 5 | -17/+153 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 2 | -42/+25 |
* | Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions | Josh Micich | 2009-02-12 | 1 | -1/+2 |
* | added to-do comment | Josh Micich | 2009-02-12 | 1 | -1/+2 |
* | improved XSSFSheet.shiftRows: 1. properly update cell references of the shift... | Yegor Kozlov | 2009-02-08 | 4 | -41/+117 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 5 | -4/+199 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 3 | -0/+25 |
* | Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for... | Josh Micich | 2009-02-05 | 18 | -536/+467 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 135 | -139/+11784 |
* | Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0... | Josh Micich | 2009-01-16 | 3 | -26/+28 |
* | fixed unit test failing on jdk-1.6: java code should not rely on the order of... | Yegor Kozlov | 2009-01-16 | 1 | -16/+21 |
* | Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe c... | Josh Micich | 2009-01-15 | 2 | -4/+4 |
* | removed invalid import to keep java compiler quiet | Yegor Kozlov | 2009-01-11 | 1 | -2/+0 |
* | Support for reading HSSF column styles | Nick Burch | 2009-01-06 | 2 | -0/+24 |
* | Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written... | Nick Burch | 2009-01-06 | 3 | -3/+27 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 4 | -22/+56 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 7 | -95/+269 |
* | applied patches by Gisella Bronzetti:46299 - support for carriage return and ... | Yegor Kozlov | 2008-12-17 | 12 | -280/+1233 |
* | Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ... | Yegor Kozlov | 2008-12-17 | 3 | -0/+21 |
* | 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c... | Yegor Kozlov | 2008-12-12 | 2 | -4/+8 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 8 | -48/+128 |
* | modified EvaluationCell to make Evaluation API more easily wrapable. | Josh Micich | 2008-12-03 | 1 | -10/+7 |
* | properly set font size when applying indexed font | Yegor Kozlov | 2008-11-25 | 1 | -0/+1 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 9 | -67/+114 |
* | applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara... | Yegor Kozlov | 2008-11-20 | 5 | -173/+1659 |
* | fixing test hierarchies | Josh Micich | 2008-11-19 | 2 | -3/+46 |
* | consolidated TestXSSFHeaderFooter | Josh Micich | 2008-11-19 | 2 | -67/+43 |
* | Initial support for union operator in FormulaParser (fix for broken junits) | Josh Micich | 2008-11-19 | 2 | -11/+51 |
* | Fixed XSSFName and test cases | Josh Micich | 2008-11-18 | 3 | -15/+32 |
* | applied fix suggested in bug#46197: missing cast to float resulted in incorec... | Yegor Kozlov | 2008-11-16 | 2 | -12/+44 |
* | Follow-on from r713909 (bug 46174) - fixing Name to support general formulas | Josh Micich | 2008-11-15 | 2 | -18/+33 |
* | applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ... | Yegor Kozlov | 2008-11-15 | 5 | -105/+824 |
* | more updates in javadocs and site documentation, also misc improvements in co... | Yegor Kozlov | 2008-11-14 | 7 | -345/+565 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 5 | -28/+66 |
* | Changes to formula evaluation allowing for reduced memory usage | Josh Micich | 2008-11-13 | 1 | -1/+10 |
* | common ss interfaces for drawing, clientacnhor and picture, also some refacto... | Yegor Kozlov | 2008-11-12 | 9 | -31/+221 |
* | bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta... | Yegor Kozlov | 2008-11-11 | 3 | -1/+27 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 9 | -39/+54 |
* | 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f... | Yegor Kozlov | 2008-11-09 | 46 | -1247/+823 |
* | javadocs cleanup | Yegor Kozlov | 2008-11-07 | 11 | -478/+472 |
* | 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP... | Yegor Kozlov | 2008-11-06 | 5 | -54/+48 |
* | Fixed compilation error introduced in r708982 | Josh Micich | 2008-10-30 | 1 | -0/+7 |
* | applied patches #46119, #46120 and #46078 by Gizella Bronzetti | Yegor Kozlov | 2008-10-30 | 10 | -20/+278 |
* | more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex... | Yegor Kozlov | 2008-10-29 | 23 | -438/+593 |
* | belongs to r708506 | Yegor Kozlov | 2008-10-28 | 1 | -123/+0 |
* | moved FontUnderline to interfaces-jdk15 | Yegor Kozlov | 2008-10-28 | 1 | -0/+121 |
* | 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ... | Yegor Kozlov | 2008-10-28 | 49 | -881/+190 |
* | improved XSSFName:check for name uniqueness, validate name name, more unit te... | Yegor Kozlov | 2008-10-27 | 5 | -82/+321 |
* | applied patches #46079, #46080 and #46081 by Gisella Bronzetti | Yegor Kozlov | 2008-10-25 | 4 | -194/+371 |