aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed autoSizeColumn() to use cached formula values when processing formula ↵Yegor Kozlov2009-02-192-0/+2
| | | | | | cells, see bug #46736 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745937 13f79535-47bb-0310-9956-ffa450edef68
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-152-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744749 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-132-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744253 13f79535-47bb-0310-9956-ffa450edef68
* removed merge marker accidentally left behind in r653822Josh Micich2009-02-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743936 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and ↵Josh Micich2009-02-122-0/+2
| | | | | | SXVDEX records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743601 13f79535-47bb-0310-9956-ffa450edef68
* correctly append picture data if Pictures stream contains entries with zero ↵Yegor Kozlov2009-02-102-2/+2
| | | | | | length (see bugzilla 46627) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743080 13f79535-47bb-0310-9956-ffa450edef68
* update version.id to 3.5-beta6Yegor Kozlov2009-02-092-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742354 13f79535-47bb-0310-9956-ffa450edef68
* improved XSSFSheet.shiftRows: 1. properly update cell references of the ↵Yegor Kozlov2009-02-082-0/+4
| | | | | | shifted cells (bugzilla 4663) 2. When shifting rows, update formulas on that sheet to point to the new location of those rows (bugzilla 46536) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742126 13f79535-47bb-0310-9956-ffa450edef68
* added suport for Calculation Chain in XSSF, remove reference from ↵Yegor Kozlov2009-02-082-0/+2
| | | | | | calculation chain when a formula is deleted (see bugzilla 46535) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742077 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ↵Josh Micich2009-02-052-0/+2
| | | | | | indexes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741036 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-022-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740146 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46647 - COUNTIF NE operator and other special cases involving ↵Josh Micich2009-02-022-0/+2
| | | | | | type conversion git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740088 13f79535-47bb-0310-9956-ffa450edef68
* added a method to remove slidesYegor Kozlov2009-02-012-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@739775 13f79535-47bb-0310-9956-ffa450edef68
* fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of ↵Yegor Kozlov2009-01-292-0/+2
| | | | | | HSSFRichTextString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738908 13f79535-47bb-0310-9956-ffa450edef68
* import OpenXML4j codebaseYegor Kozlov2009-01-294-2/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46545 - ObjRecord should ignore excessive padding written by ↵Josh Micich2009-01-292-0/+2
| | | | | | previous POI versions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738709 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46613 - evaluator should perform case insensitive string comparisonsJosh Micich2009-01-272-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738188 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 45644 - adding a command line interface to hssf ExcelExtractorJosh Micich2009-01-232-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737173 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46547 - Allow for addition of conditional formatting when data ↵Josh Micich2009-01-212-2/+4
| | | | | | validations are present. Avoid creation of and empty conditional formatting table while shifting formulas. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@736175 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + ↵Josh Micich2009-01-162-0/+2
| | | | | | some mods) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735179 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46523 - added implementation for SUMIFJosh Micich2009-01-132-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734252 13f79535-47bb-0310-9956-ffa450edef68
* Support for reading HSSF column stylesNick Burch2009-01-062-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732112 13f79535-47bb-0310-9956-ffa450edef68
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already ↵Nick Burch2009-01-062-0/+2
| | | | | | written POIXMLPropertiesTextExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732063 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties existNick Burch2009-01-062-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732058 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46479 - conversion of cached formula values and ↵Josh Micich2009-01-052-4/+6
| | | | | | HSSFFormulaEvaluator.evaluateInCell() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731715 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45031 - added implementation for CHOOSE function.Josh Micich2008-12-312-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730469 13f79535-47bb-0310-9956-ffa450edef68
* Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly ↵Nick Burch2008-12-312-0/+2
| | | | | | dual-licensed version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730438 13f79535-47bb-0310-9956-ffa450edef68
* Patch 46410 from Steven Butler - added impl for TIME() function.Josh Micich2008-12-312-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730309 13f79535-47bb-0310-9956-ffa450edef68
* added HSSFPictureData.getFormat() as requested in #46320Yegor Kozlov2008-12-302-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@730213 13f79535-47bb-0310-9956-ffa450edef68
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-232-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729028 13f79535-47bb-0310-9956-ffa450edef68
* 1. added support for shared formulas in XSSF, see bug #464332. improved ↵Yegor Kozlov2008-12-222-0/+2
| | | | | | validation of workbook-global and sheet-global names git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@728749 13f79535-47bb-0310-9956-ffa450edef68
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ↵Yegor Kozlov2008-12-172-0/+6
| | | | | | line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727498 13f79535-47bb-0310-9956-ffa450edef68
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ↵Yegor Kozlov2008-12-172-0/+2
| | | | | | and HSSFCell.getRow() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727469 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed ↵Josh Micich2008-12-162-0/+2
| | | | | | serialization of StyleRecord with unicode name git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726969 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 charactersNick Burch2008-12-092-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@724848 13f79535-47bb-0310-9956-ffa450edef68
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell ↵Yegor Kozlov2008-12-042-0/+4
| | | | | | references with column numbers up to XFD3. when pasring formula, HSSFName.setRefersToFormula must set type of operands to Ptg.CLASS_REF, otherwise created named don't appear in the dropdown to the left of formula bar in Excel git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723392 13f79535-47bb-0310-9956-ffa450edef68
* updated status on the index page, also added a script to upload signatures ↵Yegor Kozlov2008-12-041-11/+15
| | | | | | for maven artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68
* Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of ↵Josh Micich2008-12-022-0/+2
| | | | | | record 0xNN" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722401 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46156 - improved POI's number rendering to more closely match ↵Josh Micich2008-12-012-0/+2
| | | | | | Excel's git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722284 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty rowJosh Micich2008-12-012-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722206 13f79535-47bb-0310-9956-ffa450edef68
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-292-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721620 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46206 - tolerate missing DIMENSION recordsJosh Micich2008-11-282-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721586 13f79535-47bb-0310-9956-ffa450edef68
* Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, ↵Josh Micich2008-11-262-0/+2
| | | | | | | | SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, and others. Improved command line parsing in BiffViewer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@721007 13f79535-47bb-0310-9956-ffa450edef68
* updated DOAP for POI, this file is used by projects.apache.org to manage a ↵Yegor Kozlov2008-11-251-1/+68
| | | | | | registry of projects housed at the ASF, also added a component map to the main index page git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720488 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords ↵Josh Micich2008-11-242-2/+2
| | | | | | after UnkownRecords, and PivotTable records should not get in the RowRecordsAggregate at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720318 13f79535-47bb-0310-9956-ffa450edef68
* set new version.id=3.5-beta5Yegor Kozlov2008-11-243-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc ↵Yegor Kozlov2008-11-212-10/+16
| | | | | | improvements in the site docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719547 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra ↵Josh Micich2008-11-152-0/+2
| | | | | | StringRecords git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@717883 13f79535-47bb-0310-9956-ffa450edef68
* more updates in javadocs and site documentation, also misc improvements in ↵Yegor Kozlov2008-11-144-36/+51
| | | | | | common hssf-xssf interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@714128 13f79535-47bb-0310-9956-ffa450edef68
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, ↵Yegor Kozlov2008-11-148-7/+83
| | | | | | was 1-based2. repackaged common xssh-hssf examples, created a page in the site for them 3. converted broken non-ascii characters to unicode in TestMetaDataIPI and TestWriteWellKnown git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@713981 13f79535-47bb-0310-9956-ffa450edef68