aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r...Yegor Kozlov2009-08-051-9/+19
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-051-16/+1
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-306-3/+262
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-241-0/+5
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-181-0/+18
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-169-6/+1356
* Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill...Yegor Kozlov2009-06-271-0/+5
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-2/+4
* Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov2009-05-301-1/+1
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-231-4/+14
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-2015-2174/+2187
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-18/+29
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-172-35/+580
* fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se...Yegor Kozlov2009-04-241-1/+3
* Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4...Yegor Kozlov2009-04-201-1/+3
* 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-172-5/+6
* 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-111-1/+4
* 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-183-24/+28
* 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
* 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-153-17/+76
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-131-39/+13
* 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-2917-54/+46
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-162-16/+18
* Support for reading HSSF column stylesNick Burch2009-01-061-0/+11
* 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
* 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