| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth | Yegor Kozlov | 2009-11-21 | 1 | -0/+1 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 1 | -2/+6 |
* | Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.c... | Dave Fisher | 2009-11-19 | 18 | -560/+897 |
* | fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele... | Yegor Kozlov | 2009-11-16 | 1 | -0/+1 |
* | Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE() | Josh Micich | 2009-11-13 | 1 | -0/+1 |
* | support for text extraction from PPT master slides, see Bugzilla 48161 | Yegor Kozlov | 2009-11-12 | 1 | -0/+1 |
* | cleanup of build.xml | Yegor Kozlov | 2009-11-06 | 1 | -81/+3 |
* | added a method to set arabic mode in HSSFSheet, see Bugzilla 47970 | Yegor Kozlov | 2009-11-06 | 1 | -0/+1 |
* | release system resources when calling javax.imageio.ImageIO in Picture.resize() | Yegor Kozlov | 2009-11-06 | 1 | -0/+1 |
* | documentation changes - css adjust | Dave Fisher | 2009-11-06 | 1 | -2/+2 |
* | more documentation changes | Dave Fisher | 2009-11-06 | 1 | -13/+7 |
* | documentation changes | Dave Fisher | 2009-11-06 | 4 | -118/+34 |
* | reorganized TOC, removed obsolete pages | Yegor Kozlov | 2009-11-06 | 6 | -66/+157 |
* | Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no... | Nick Burch | 2009-11-04 | 1 | -0/+1 |
* | When running the "compile-ooxml-xsds" ant task, also generate the source jar ... | Nick Burch | 2009-11-03 | 1 | -0/+1 |
* | Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis... | Nick Burch | 2009-11-03 | 1 | -0/+1 |
* | Bugzilla 48096 - relaxed validation check in RecalcIdRecord | Josh Micich | 2009-11-03 | 1 | -0/+1 |
* | Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra... | Josh Micich | 2009-11-03 | 1 | -0/+1 |
* | fixed logic for matching cells and comments in HSSFCell.getCellComment() | Yegor Kozlov | 2009-10-29 | 1 | -0/+1 |
* | [47942] added implementation of protection features to XLSX and DOCX files. P... | Ugo Cei | 2009-10-28 | 1 | -0/+2 |
* | drop a line on Git access to POI sources | Yegor Kozlov | 2009-10-28 | 1 | -0/+8 |
* | preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill... | Yegor Kozlov | 2009-10-28 | 1 | -0/+1 |
* | Update link to dev.HSSF.java | Nick Burch | 2009-10-26 | 1 | -1/+1 |
* | Bugzilla 48044 - added implementation for CountBlank function (patch from Mad... | Josh Micich | 2009-10-24 | 1 | -0/+1 |
* | Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersecti... | Josh Micich | 2009-10-21 | 1 | -0/+1 |
* | The Visio info on gnome.ru is no more. Switch the links to a web.archive.org ... | Nick Burch | 2009-10-20 | 1 | -2/+2 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 12 | -0/+0 |
* | From bug #47999 - avoid un-needed call to the JVM Garbage Collector when work... | Nick Burch | 2009-10-16 | 1 | -0/+1 |
* | added Ant target to compile scratchpad examples, added example HSMF applicati... | Yegor Kozlov | 2009-10-04 | 1 | -0/+2 |
* | fixed ColumnHelper to correctly handle columns included in a column span | Yegor Kozlov | 2009-10-04 | 1 | -0/+3 |
* | improved script for deploying maven artefacts | Yegor Kozlov | 2009-09-28 | 1 | -10/+6 |
* | updated index.html to reflect current release | Yegor Kozlov | 2009-09-28 | 1 | -27/+7 |
* | fixed XSSFCell.getStringCellValue() to properly handle cached formula results | Yegor Kozlov | 2009-09-26 | 1 | -0/+1 |
* | fixed non-ASCII symbols to keep javac quiet | Yegor Kozlov | 2009-09-25 | 1 | -1/+3 |
* | Bugzilla 47747 - fixed logic for locating shared formula records | Josh Micich | 2009-09-18 | 1 | -1/+2 |
* | Reverted initial application of patches 47848(r815935) and 47849(r815942). So... | Josh Micich | 2009-09-16 | 1 | -3/+1 |
* | Added possibility to get EvaluationCell from RefEval, see bugzilla 47849 | Yegor Kozlov | 2009-09-16 | 1 | -1/+2 |
* | Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848 | Yegor Kozlov | 2009-09-16 | 1 | -0/+1 |
* | improved work with user-defined functions, see Bugzilla 47809 | Yegor Kozlov | 2009-09-16 | 1 | -0/+1 |
* | fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008... | Yegor Kozlov | 2009-09-13 | 1 | -0/+1 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 2 | -0/+12 |
* | added javadoc how to avoid Excel crash when creating too many HSSFRichTextStr... | Yegor Kozlov | 2009-09-13 | 1 | -0/+1 |
* | improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 | Yegor Kozlov | 2009-09-12 | 1 | -0/+2 |
* | updated status.xml | Yegor Kozlov | 2009-09-10 | 1 | -0/+1 |
* | Added method setFunction(boolean) for defined names | Yegor Kozlov | 2009-09-07 | 1 | -0/+1 |
* | Implementation of Excel Days360 and Npv functions | Yegor Kozlov | 2009-09-07 | 1 | -0/+2 |
* | Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu... | Yegor Kozlov | 2009-09-06 | 1 | -0/+1 |
* | Fixed PPT parser to tolerate Comment2000 containers with missing comment text... | Yegor Kozlov | 2009-09-06 | 1 | -0/+1 |
* | fix for extraction paragraphs and sections from headers/footers with XWPFWord... | Yegor Kozlov | 2009-08-31 | 1 | -1/+2 |
* | Support for extraction of header / footer images in HWPF, see Bugzilla 47733 | Yegor Kozlov | 2009-08-31 | 1 | -0/+1 |