aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-1812-354/+412
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-161-28/+124
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-1659-1907/+1947
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-067-61/+80
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-0687-1173/+2296
* Improved hyperlink and comment fetching for xwpf text extraction, based on th...Nick Burch2008-04-2711-65/+560
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-2363-134/+3482
* Include the jdk14 jar, and the libs when building the ooxml distNick Burch2008-04-231-0/+10
* Fix up interfaces to compile cleanly all on jdk14sNick Burch2008-04-232-4/+13
* In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t...Nick Burch2008-04-1560-163/+235
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-15106-960/+2103
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-1422-70/+90
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-1423-188/+761
* Add missing syspropertyNick Burch2008-04-141-0/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-1310-114/+782
* Start documenting changes on the branch in the status fileNick Burch2008-04-133-1/+15
* Start on interfaces for powerpointNick Burch2008-04-1127-264/+848
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-1130-69/+676
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-1012-61/+531
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-107-9/+64
* ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel...Paolo Mottadelli2008-04-109-46/+162
* build.xml indentationPaolo Mottadelli2008-04-091-187/+187
* build.xml reverted to revision 646405 (not to be committed in 646527)Paolo Mottadelli2008-04-091-194/+189
* XSSFSheet removeMergedRegion + testsPaolo Mottadelli2008-04-093-5/+38
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-099-49/+268
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match th...Nick Burch2008-04-092-0/+0
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-097-563/+531
* Finish off ExtractorFactory testsNick Burch2008-04-081-0/+36
* More ExtractorFactory support and testsNick Burch2008-04-082-4/+133
* More ExtractorFactory support and testsNick Burch2008-04-082-9/+161
* Start on a factory for text extractorsNick Burch2008-04-081-0/+114
* Example of using xssf usermodel to create a new fileNick Burch2008-04-081-0/+56
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-0818-305/+2039
* XSSFSheet getNumMergedRegions, getMergedRegionAt methods + testsPaolo Mottadelli2008-04-074-8/+49
* XSSFSheet freeze/splitPane support + testsPaolo Mottadelli2008-04-072-7/+38
* Fix the xssfcomments support, so we don't double-add the underlying ctcomment...Nick Burch2008-04-076-30/+88
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-0757-4498/+3483
* Finish off XSSFHyperlink supportNick Burch2008-04-075-27/+153
* AllXSSFTests fixed after moving TestCellReferencePaolo Mottadelli2008-04-061-1/+1
* XSSFSheet some non-public methods moved to the bottomPaolo Mottadelli2008-04-061-42/+42
* XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi...Paolo Mottadelli2008-04-0619-18/+92
* Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num...Josh Micich2008-04-067-157/+328
* TestXSSFCellStyle fixed after StylesTable initialization stuffPaolo Mottadelli2008-04-062-6/+11
* Completed StylesTable initialization in order to create a new 'POIzed' file r...Paolo Mottadelli2008-04-066-22/+160
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-0514-62/+280
* Tweak DateUtil, an add cell content fetching to the quick guide documentationNick Burch2008-04-053-7/+79
* Copy HSSFDateUtils to ss.usermodel, and leave a proxy behindNick Burch2008-04-052-336/+382
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-0515-382/+437
* XSSFCellStyle borderStyle methods -> TODO: borderColor related methods testsPaolo Mottadelli2008-04-054-52/+98
* XSSFCellAlignment get/setTextRotation + get/setWrapText + testsPaolo Mottadelli2008-04-053-4/+18