| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu... | Yegor Kozlov | 2009-06-10 | 1 | -2/+4 |
* | Fixed XSSFCell to avoid generating xsi:nil entries in shared string table | Yegor Kozlov | 2009-05-30 | 1 | -1/+1 |
* | Fixed XSSFCell to properly read inline strings | Yegor Kozlov | 2009-05-23 | 1 | -4/+14 |
* | Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma... | Josh Micich | 2009-05-20 | 56 | -7713/+7716 |
* | Tweaked patch from bug #46287 - Control of header and footer extraction in Ex... | Nick Burch | 2009-05-17 | 1 | -18/+29 |
* | Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo... | Nick Burch | 2009-05-17 | 2 | -35/+580 |
* | fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se... | Yegor Kozlov | 2009-04-24 | 1 | -1/+3 |
* | Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4... | Yegor Kozlov | 2009-04-20 | 2 | -6/+18 |
* | moved 'throw' into else clause avoiding exception on every call of cloneStyle... | Yegor Kozlov | 2009-04-20 | 1 | -1/+2 |
* | avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell | Yegor Kozlov | 2009-04-20 | 1 | -2/+2 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 5 | -30/+10 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 2 | -5/+6 |
* | removed deprecated code to keep javac happy | Yegor Kozlov | 2009-04-17 | 1 | -14/+6 |
* | added Workbook.getName(String) method. Fixed javadoc on related methods | Josh Micich | 2009-04-16 | 1 | -29/+23 |
* | Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common... | Josh Micich | 2009-04-11 | 1 | -1/+4 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 5 | -7/+5 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -20/+13 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 3 | -22/+15 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 4 | -13/+15 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 5 | -46/+54 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 1 | -14/+74 |
* | added modifiers for anchor type to XSSFClientAnchor | Yegor Kozlov | 2009-03-21 | 2 | -1/+31 |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 26 | -5005/+5171 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 3 | -5/+25 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 1 | -1/+1 |
* | fixed bug #46715 - Column width from original xlsx file is discarded | Yegor Kozlov | 2009-02-25 | 2 | -57/+8 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 2 | -30/+211 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 1 | -0/+22 |
* | replaced log4j with POILogger in openxml4j, also converted non-ascii characte... | Yegor Kozlov | 2009-02-20 | 16 | -109/+113 |
* | Added Apache License text to files where it was missing. Also fixed some comp... | Josh Micich | 2009-02-19 | 3 | -36/+57 |
* | fixed autoSizeColumn() to use cached formula values when processing formula c... | Yegor Kozlov | 2009-02-19 | 2 | -5/+29 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 4 | -17/+85 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 1 | -39/+13 |
* | 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 | 3 | -33/+75 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 4 | -4/+140 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 1 | -0/+8 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 82 | -107/+9426 |
* | Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0... | Josh Micich | 2009-01-16 | 2 | -16/+18 |
* | Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe c... | Josh Micich | 2009-01-15 | 2 | -4/+4 |
* | Support for reading HSSF column styles | Nick Burch | 2009-01-06 | 1 | -0/+11 |
* | Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written... | Nick Burch | 2009-01-06 | 2 | -3/+3 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 3 | -22/+19 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 4 | -28/+107 |
* | applied patches by Gisella Bronzetti:46299 - support for carriage return and ... | Yegor Kozlov | 2008-12-17 | 9 | -258/+990 |
* | 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c... | Yegor Kozlov | 2008-12-12 | 1 | -2/+4 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 4 | -30/+45 |
* | 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 |