| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix more XLS2CSV links | Nick Burch | 2009-05-01 | 2 | -2/+2 |
* | Fix the XLS2CSVmra link | Nick Burch | 2009-04-27 | 1 | -1/+1 |
* | test file belonging to r768389 | Yegor Kozlov | 2009-04-25 | 1 | -0/+0 |
* | fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se... | Yegor Kozlov | 2009-04-24 | 4 | -2/+19 |
* | Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4... | Yegor Kozlov | 2009-04-20 | 4 | -6/+20 |
* | Fixed POIFSFileSystem to set CLSID of root when constructing instances from I... | Yegor Kozlov | 2009-04-20 | 3 | -0/+7 |
* | moved 'throw' into else clause avoiding exception on every call of cloneStyle... | Yegor Kozlov | 2009-04-20 | 2 | -2/+4 |
* | avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell | Yegor Kozlov | 2009-04-20 | 2 | -3/+9 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 6 | -4/+12 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 13 | -36/+87 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 7 | -9/+49 |
* | removed deprecated code to keep javac happy | Yegor Kozlov | 2009-04-17 | 1 | -14/+6 |
* | Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end... | Josh Micich | 2009-04-17 | 4 | -176/+277 |
* | added Workbook.getName(String) method. Fixed javadoc on related methods | Josh Micich | 2009-04-16 | 3 | -91/+77 |
* | Fix bug #47034 - Reading the name of a NameRecord when the name is > 127 | Nick Burch | 2009-04-15 | 5 | -1/+13 |
* | Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common... | Josh Micich | 2009-04-11 | 4 | -409/+385 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 23 | -40/+38 |
* | improved the script for uploading maven artefacts, use gpg:sign-and-deploy-fi... | Yegor Kozlov | 2009-04-11 | 2 | -63/+10 |
* | fixed forrest.properties to work with jdk 1.6, see https://issues.apache.org/... | Yegor Kozlov | 2009-04-11 | 2 | -177/+13 |
* | set forkmode=once for junit tests, it made the build process faster by 5x | Yegor Kozlov | 2009-04-10 | 3 | -14/+17 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 12 | -23/+183 |
* | moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ... | Yegor Kozlov | 2009-04-08 | 62 | -8/+1 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 7 | -59/+108 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 25 | -98/+158 |
* | Quick update of the who-we-are page | Nick Burch | 2009-04-06 | 1 | -2/+4 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 10 | -1143/+1692 |
* | changed build.xml to download all jar from a single location: http://repo1.ma... | Yegor Kozlov | 2009-04-05 | 1 | -7/+6 |
* | Added toString debug method to MemAreaPtg | Josh Micich | 2009-04-04 | 1 | -1/+10 |
* | fixed compiler error from r761723 | Josh Micich | 2009-04-03 | 1 | -3/+1 |
* | added SpreadsheetVersion enum to hold version-specific properties such as max... | Yegor Kozlov | 2009-04-03 | 3 | -1/+172 |
* | Changed cell and area ref Ptgs to allow creation using CellReference and Area... | Josh Micich | 2009-04-03 | 8 | -44/+40 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 4 | -18/+131 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 4 | -9/+50 |
* | Ditch poi 2.0 jar in the ruby contrib, and make it pull the one from dist ins... | Nick Burch | 2009-03-31 | 2 | -3/+4 |
* | Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HY... | Josh Micich | 2009-03-31 | 1 | -21/+52 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 5 | -3/+68 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 35 | -1799/+1630 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 36 | -2146/+1793 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 5 | -20/+126 |
* | support rotation of simple shapes | Yegor Kozlov | 2009-03-26 | 1 | -0/+9 |
* | Fix the block allocation test, but still leave the recent blocks hssf bug fixed | Nick Burch | 2009-03-25 | 2 | -5/+11 |
* | Explicit cast | Nick Burch | 2009-03-24 | 1 | -2/+1 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 7 | -3/+50 |
* | Disabled test for bug #46904 | Nick Burch | 2009-03-24 | 2 | -0/+7 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 6 | -4/+94 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 6 | -215/+454 |
* | added modifiers for anchor type to XSSFClientAnchor | Yegor Kozlov | 2009-03-21 | 6 | -5/+107 |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 48 | -6395/+6569 |
* | Abstracted record construction | Josh Micich | 2009-03-16 | 1 | -19/+40 |
* | updated url in comment | Josh Micich | 2009-03-05 | 1 | -1/+1 |