aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to ↵Josh Micich2009-11-034-91/+139
| | | | | | trap unreasonable field values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832505 13f79535-47bb-0310-9956-ffa450edef68
* fixed logic for matching cells and comments in HSSFCell.getCellComment()Yegor Kozlov2009-10-293-5/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@831025 13f79535-47bb-0310-9956-ffa450edef68
* [47942] added implementation of protection features to XLSX and DOCX files. ↵Ugo Cei2009-10-289-4/+1179
| | | | | | Patch submitted by Roberto Albertini. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
* drop a line on Git access to POI sourcesYegor Kozlov2009-10-281-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830513 13f79535-47bb-0310-9956-ffa450edef68
* preserve leading and trailing white spaces in XSSFRichTextString, see ↵Yegor Kozlov2009-10-283-2/+38
| | | | | | Bugzilla 48070 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830492 13f79535-47bb-0310-9956-ffa450edef68
* simplified code copied from xalan (in r829781) to bare minimum required by ↵Josh Micich2009-10-263-248/+81
| | | | | | XSSFImportFromXML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829903 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified ↵Josh Micich2009-10-261-317/+190
| | | | | | example code. (follow-on from r829758) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829897 13f79535-47bb-0310-9956-ffa450edef68
* Fix constructors for new namingNick Burch2009-10-261-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829783 13f79535-47bb-0310-9956-ffa450edef68
* Added classes from Xalan to make XSSFImportFromXML compile even without ↵Ugo Cei2009-10-262-0/+219
| | | | | | Xalan as a dependency. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829781 13f79535-47bb-0310-9956-ffa450edef68
* Update link to dev.HSSF.javaNick Burch2009-10-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829759 13f79535-47bb-0310-9956-ffa450edef68
* Copy the old dev.HSSF example over to trunk, and put it in a more suitable placeNick Burch2009-10-261-0/+371
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829758 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48044 - added implementation for CountBlank function (patch from ↵Josh Micich2009-10-244-5/+113
| | | | | | Mads Mohr Christensen) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829293 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48036 - added IntersectionEval to allow evaluation of the ↵Josh Micich2009-10-215-30/+135
| | | | | | intersection formula operator. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@828244 13f79535-47bb-0310-9956-ffa450edef68
* Removed @author tag.Ugo Cei2009-10-211-369/+363
| | | | | | | Dealt with exceprions properly. General reformatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827907 13f79535-47bb-0310-9956-ffa450edef68
* Removed uses of internal JDK classes.Ugo Cei2009-10-211-157/+124
| | | | | | | | Removed @author tag. Dealt with exceprions properly. General reformatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827905 13f79535-47bb-0310-9956-ffa450edef68
* The Visio info on gnome.ru is no more. Switch the links to a web.archive.org ↵Nick Burch2009-10-201-2/+2
| | | | | | cached version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827685 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-172-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826151 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-1638-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68
* fixed compiler warnings and TODOs in org.apache.poi.hssf.record.formula.evalJosh Micich2009-10-165-175/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826041 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-1614-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826038 13f79535-47bb-0310-9956-ffa450edef68
* simplify/optimise OperationEvaluatorFactoryJosh Micich2009-10-161-30/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826017 13f79535-47bb-0310-9956-ffa450edef68
* From bug #47999 - avoid un-needed call to the JVM Garbage Collector when ↵Nick Burch2009-10-162-3/+1
| | | | | | working on OOXML OPC Packages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825890 13f79535-47bb-0310-9956-ffa450edef68
* reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to ↵Josh Micich2009-10-1540-4201/+0
| | | | | | get gump build working git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825637 13f79535-47bb-0310-9956-ffa450edef68
* removed new dependency on jodaJosh Micich2009-10-146-64/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825294 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47969 - improvements to equals() methodsJosh Micich2009-10-134-211/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824972 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for compiler errors and junit failures introduced by r824836Josh Micich2009-10-135-33/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824963 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation of Digital Signature support using code initially ↵Ugo Cei2009-10-1337-0/+4072
| | | | | | developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824836 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of ↵Josh Micich2009-10-0890-2192/+1981
| | | | | | box instances. Applied patch with mods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@823348 13f79535-47bb-0310-9956-ffa450edef68
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-0411-14/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821551 13f79535-47bb-0310-9956-ffa450edef68
* added Ant target to compile scratchpad examples, added example HSMF ↵Yegor Kozlov2009-10-042-0/+187
| | | | | | application that converts a .msg file to text and extracts attachments, see Bugzilla 47922 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821500 13f79535-47bb-0310-9956-ffa450edef68
* fixed ColumnHelper to correctly handle columns included in a column spanYegor Kozlov2009-10-044-5/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821497 13f79535-47bb-0310-9956-ffa450edef68
* improved API for OOXML custom propertiesYegor Kozlov2009-10-043-81/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821496 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to error handling in ForkedEvaluator. Added junits.Josh Micich2009-09-303-2/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820479 13f79535-47bb-0310-9956-ffa450edef68
* minor fixes to junit after r819469Josh Micich2009-09-293-30/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820120 13f79535-47bb-0310-9956-ffa450edef68
* improved script for deploying maven artefactsYegor Kozlov2009-09-281-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819487 13f79535-47bb-0310-9956-ffa450edef68
* updated index.html to reflect current releaseYegor Kozlov2009-09-281-27/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819486 13f79535-47bb-0310-9956-ffa450edef68
* Table of Contents first implementationPaolo Mottadelli2009-09-284-0/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819469 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFCell.getStringCellValue() to properly handle cached formula resultsYegor Kozlov2009-09-263-5/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819106 13f79535-47bb-0310-9956-ffa450edef68
* fixed non-ASCII symbols to keep javac quietYegor Kozlov2009-09-253-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@818752 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47747 - fixed logic for locating shared formula recordsJosh Micich2009-09-185-146/+196
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816417 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-1723-576/+392
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816016 13f79535-47bb-0310-9956-ffa450edef68
* Reverted initial application of patches 47848(r815935) and 47849(r815942). ↵Josh Micich2009-09-167-56/+8
| | | | | | Some details need clarification. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816006 13f79535-47bb-0310-9956-ffa450edef68
* Added possibility to get EvaluationCell from RefEval, see bugzilla 47849Yegor Kozlov2009-09-164-1/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815942 13f79535-47bb-0310-9956-ffa450edef68
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-164-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815935 13f79535-47bb-0310-9956-ffa450edef68
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-1614-65/+445
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815928 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel ↵Yegor Kozlov2009-09-133-0/+5
| | | | | | 2008, see Bugzilla 47581 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814358 13f79535-47bb-0310-9956-ffa450edef68
* removed unnecessary svn:executable flag from files in SVN trunk, see ↵Yegor Kozlov2009-09-13341-0/+12
| | | | | | bugzilla 47734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
* added javadoc how to avoid Excel crash when creating too many ↵Yegor Kozlov2009-09-132-0/+39
| | | | | | HSSFRichTextString cells, see Bugzilla 47543 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814324 13f79535-47bb-0310-9956-ffa450edef68
* improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813Yegor Kozlov2009-09-125-2/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814176 13f79535-47bb-0310-9956-ffa450edef68
* updated status.xmlYegor Kozlov2009-09-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@813450 13f79535-47bb-0310-9956-ffa450edef68