aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-173-35/+889
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-0/+97
* fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se...Yegor Kozlov2009-04-242-2/+17
* Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4...Yegor Kozlov2009-04-202-6/+18
* moved 'throw' into else clause avoiding exception on every call of cloneStyle...Yegor Kozlov2009-04-201-1/+2
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-201-2/+2
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-185-30/+10
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-173-6/+29
* removed deprecated code to keep javac happyYegor Kozlov2009-04-171-14/+6
* added Workbook.getName(String) method. Fixed javadoc on related methodsJosh Micich2009-04-161-29/+23
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-112-20/+8
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-115-7/+5
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...Yegor Kozlov2009-04-0861-6312/+0
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-062-25/+18
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-065-24/+23
* more refactoring of common ss testsYegor Kozlov2009-03-2913-575/+315
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-2714-1347/+160
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-222-14/+141
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-214-5/+105
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-1847-6392/+6566
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-016-552/+79
* 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-253-32/+217
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-245-14/+127
* Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ...Josh Micich2009-02-2319-0/+0
* fixed platform-dependent unit testYegor Kozlov2009-02-221-5/+15
* replaced log4j with POILogger in openxml4j, also converted non-ascii characte...Yegor Kozlov2009-02-2017-111/+115
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-194-53/+81
* 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