aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Add more non-test classes in OOXMLLite and add another font-metric that appearsDominik Stadler2017-08-193-12/+22
* Bug 61431 - Conditional formatting evaluation ignores undefined cellsGreg Woolsey2017-08-161-0/+12
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-117-176/+173
* [Bug-61048] SXSSF module writes wrong escape sequence for carriage returnsPJ Fanning2017-08-093-32/+41
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-16/+45
* Add handling of alternate content elementsAndreas Beeker2017-07-291-15/+56
* Deleting a sheet did not delete table parts and relations. Deleting a table ...Greg Woolsey2017-07-283-1/+49
* [Bug-61354] fix issue with extracting text from Word docs. This closes #66PJ Fanning2017-07-282-18/+36
* Fix data validation value list evaluationGreg Woolsey2017-07-261-0/+12
* #61350 - Use unsynchronized xmlbeansAndreas Beeker2017-07-261-0/+3
* Another font size variation. I suspect it is my Windows 10 scaling factor, s...Greg Woolsey2017-07-261-0/+1
* remove test leftoverAndreas Beeker2017-07-261-4/+0
* Bug 61182 - Invalid signature created for streamed xlsx fileAndreas Beeker2017-07-251-3/+31
* augment expected sizes in TestFontsTim Allison2017-07-241-1/+4
* Fonts bugfixAndreas Beeker2017-07-242-2/+2
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-232-126/+297
* Adjust TestFonts for my version of UbuntuDominik Stadler2017-07-211-4/+8
* ExtractorFactory: Try to close resources also on Errors to avoid keeping file...Dominik Stadler2017-07-211-0/+9
* fix tests broken by <br/> doc changesPJ Fanning2017-07-175-8/+7
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1737-186/+186
* some javadoc fixesPJ Fanning2017-07-151-7/+4
* bug 61296: deduplicate ooxml schema constantsJaven O'Neal2017-07-141-4/+5
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-141-2/+2
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-143-7/+16
* avoid unnecessary string concats in SXSSF SheetDataWriterPJ Fanning2017-07-133-29/+48
* add 362px font height for my computer's configuration (high-dpi monitor)Javen O'Neal2017-07-131-1/+3
* replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...Javen O'Neal2017-07-132-21/+10
* [Bug-61281] fix issue with export of table columns - Thanks to Daniel for the...PJ Fanning2017-07-122-11/+17
* remove more deprecated methodsPJ Fanning2017-07-121-9/+0
* remove deprecated methods from CommentsTablePJ Fanning2017-07-121-56/+0
* [Bug-61281] guard against index out of bounds in XSSFExportToXml column mappingPJ Fanning2017-07-112-97/+134
* expand range of acceptable values in TestFontsPJ Fanning2017-07-101-3/+2
* font rendering - handle a few system dependent textbox sizesAndreas Beeker2017-07-091-2/+9
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-2/+2
* Rollback of r1801368 because of a generics bug with self-referenced types in ...Andreas Beeker2017-07-091-1/+1
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-086-65/+293
* [Bug 61246] remove flush methodPJ Fanning2017-07-032-8/+5
* [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl...PJ Fanning2017-07-032-7/+96
* Add missing deprecations for CellType methods that return intsPJ Fanning2017-07-022-0/+3
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-304-19/+3
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-305-195/+48
* remove incomplete javadocsJaven O'Neal2017-06-301-9/+0
* add @Internal annotation to methods that return a CT* classJaven O'Neal2017-06-304-3/+60
* Expose one more bit of style information generically (for XSSF). If someone ...Greg Woolsey2017-06-294-0/+17
* Deprecated xssfSheetIterator has been removed, so remove javadoc referenceNick Burch2017-06-291-7/+1
* remove temporary jenkins debug outputAndreas Beeker2017-06-291-7/+0
* remove timezoned call to Date.toString() - SignatureProperties don't necessar...Andreas Beeker2017-06-292-5/+4
* remove some unused importsPJ Fanning2017-06-292-2/+0
* remove deprecated POIXMLDocument.hasOOXMLHeaderPJ Fanning2017-06-292-22/+1
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-292-78/+1