aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/spreadsheet
Commit message (Expand)AuthorAgeFilesLines
* Remove old documentation, now in the site subtreeNick Burch2013-01-1118-7170/+0
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-012-2/+2
* Bugzilla 53780: Fixed memory and temporary file leak in SXSSFYegor Kozlov2012-09-141-8/+12
* bugzilla ticket 53642: added detailed logging for formula evaluation in both ...Evgeniy Berlog2012-09-051-3/+3
* resolved bugzilla ticket 53642Evgeniy Berlog2012-09-041-2/+30
* Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addonYegor Kozlov2012-08-111-2/+3
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-041-16/+21
* Update the FormulaEvaluator performance section to match current behaviourNick Burch2012-06-101-24/+37
* Bugzilla 53025: Updatad documentation and example on data validationsYegor Kozlov2012-05-181-25/+353
* add RANK to the list of supported functionsYegor Kozlov2012-03-111-0/+1
* bugzilla 52057 - updated formula test framework to be aware of recently added...Yegor Kozlov2012-02-281-1/+18
* polished code to register new function impls in runtimeYegor Kozlov2012-02-262-123/+276
* removed svn:executable bit from project filesYegor Kozlov2011-12-101-0/+0
* Bugzilla 51961: support compression of temp files in SXSSF Yegor Kozlov2011-12-091-0/+10
* Fix bug #51681 - doc example bugNick Burch2011-10-061-0/+1
* mention ConditionalFormats, ToHtml and ToCSV in the docsYegor Kozlov2011-07-291-0/+26
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-291-21/+25
* misc fixes in site docsYegor Kozlov2011-07-012-3/+3
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-271-0/+53
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-74/+90
* misc fixed in site's quick guideYegor Kozlov2011-06-221-61/+57
* updated web site docs Yegor Kozlov2011-06-181-0/+4
* added an example on conditional formatting in the site's quick guideYegor Kozlov2011-06-141-0/+37
* fixed a typoYegor Kozlov2011-06-091-7/+12
* continue SXSSF docs updates and polishingYegor Kozlov2011-06-092-25/+69
* SXSSF documentation and polishingYegor Kozlov2011-06-082-1/+106
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-091-1/+5
* Update the HSSF/XSSF comments documentation to include some more steps that a...Nick Burch2011-02-231-2/+11
* initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-182-0/+320
* User Defined Function Documentation/Example, see Bugzilla 50587Yegor Kozlov2011-01-192-0/+415
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-091-2/+7
* initial support for excel auto-filtersYegor Kozlov2010-08-081-0/+10
* Update the contributor guidelines (microsoft docs, smaller patches are better...Nick Burch2010-07-022-2/+2
* Tweak the iterator section to avoid casts as we have generics, and then ditch...Nick Burch2010-01-131-15/+5
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-113/+26
* Update link to dev.HSSF.javaNick Burch2009-10-261-1/+1
* deleted 'svn:executable' propertyJosh Micich2009-10-161-0/+0
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-091-31/+0
* Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, a...Nick Burch2009-08-031-0/+8
* small improvements to r799264Yegor Kozlov2009-07-301-2/+2
* added a note on Compatibility of POI-generated .xlsx files with MS Office 200...Yegor Kozlov2009-07-301-0/+31
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-241-4/+0
* updated docs on extraction of embedded objects, misc changes in HSSFYegor Kozlov2009-07-181-0/+80
* added a section on Data Validation to the quick guide, the patch provided by ...Yegor Kozlov2009-06-151-1/+109
* Fix more XLS2CSV linksNick Burch2009-05-012-2/+2
* Fix the XLS2CSVmra linkNick Burch2009-04-271-1/+1
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+1
* set new version.id=3.5-beta5Yegor Kozlov2008-11-241-1/+1
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-212-10/+16
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-143-36/+28