aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add .ttf to ignored test integration resources Andreas Beeker2017-07-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-0810-77/+346
| | | | | | - add resize methods with Graphics argument git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801329 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 58975] add test case for new function args default of 255PJ Fanning2017-07-081-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801307 13f79535-47bb-0310-9956-ffa450edef68
* [github-25] support excel number trailing comma format - Thabks to Luca ↵PJ Fanning2017-07-062-7/+86
| | | | | | Martini for proving the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800975 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-053-3/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800949 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc issuePJ Fanning2017-07-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800717 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-039-89/+213
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800713 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 61246] remove flush methodPJ Fanning2017-07-032-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800712 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars ↵PJ Fanning2017-07-032-7/+96
| | | | | | replaced by '?' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800705 13f79535-47bb-0310-9956-ffa450edef68
* Remove check for jdk1.5 in test because POI now only supports jre1.6 and upPJ Fanning2017-07-031-22/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800696 13f79535-47bb-0310-9956-ffa450edef68
* Add missing deprecations for CellType methods that return intsPJ Fanning2017-07-022-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800569 13f79535-47bb-0310-9956-ffa450edef68
* add test case for date formatting using different localesPJ Fanning2017-07-021-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800558 13f79535-47bb-0310-9956-ffa450edef68
* add version.id to release notes in update-download templateAndreas Beeker2017-07-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800529 13f79535-47bb-0310-9956-ffa450edef68
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-3043-992/+965
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800452 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-305-60/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800400 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-305-152/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800385 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-3021-1414/+235
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800375 13f79535-47bb-0310-9956-ffa450edef68
* remove incomplete javadocsJaven O'Neal2017-06-301-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800361 13f79535-47bb-0310-9956-ffa450edef68
* add @Internal annotation to methods that return a CT* classJaven O'Neal2017-06-304-3/+60
| | | | | | add @Override annotation where missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800360 13f79535-47bb-0310-9956-ffa450edef68
* Expose one more bit of style information generically (for XSSF). If someone ↵Greg Woolsey2017-06-294-0/+17
| | | | | | needs all these properties for HSSF charts as well, we can build a new Interface for the various bits and populate it with things like axis line width and color, etc. but for now I think most users are in the XSSF realm like me. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800341 13f79535-47bb-0310-9956-ffa450edef68
* Deprecated xssfSheetIterator has been removed, so remove javadoc referenceNick Burch2017-06-291-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800288 13f79535-47bb-0310-9956-ffa450edef68
* remove temporary jenkins debug outputAndreas Beeker2017-06-291-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800263 13f79535-47bb-0310-9956-ffa450edef68
* remove timezoned call to Date.toString() - SignatureProperties don't ↵Andreas Beeker2017-06-292-5/+4
| | | | | | necessarily need an Id attribute git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800257 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-44/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800256 13f79535-47bb-0310-9956-ffa450edef68
* remove some unused importsPJ Fanning2017-06-298-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800255 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated POIXMLDocument.hasOOXMLHeaderPJ Fanning2017-06-292-22/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800254 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-2942-226/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800249 13f79535-47bb-0310-9956-ffa450edef68
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-294-80/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800248 13f79535-47bb-0310-9956-ffa450edef68
* Remove old XSSFPaswordHelperPJ Fanning2017-06-294-69/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800247 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc warningsNick Burch2017-06-283-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800214 13f79535-47bb-0310-9956-ffa450edef68
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800212 13f79535-47bb-0310-9956-ffa450edef68
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800211 13f79535-47bb-0310-9956-ffa450edef68
* add debugging info to find signature differencesAndreas Beeker2017-06-281-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800209 13f79535-47bb-0310-9956-ffa450edef68
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-2828-102/+227
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800208 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61182 - Invalid signature created for streamed xslx fileAndreas Beeker2017-06-286-394/+232
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800207 13f79535-47bb-0310-9956-ffa450edef68
* Remove some deprecated *SSF APIsPJ Fanning2017-06-2841-479/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800147 13f79535-47bb-0310-9956-ffa450edef68
* Add import for javadocs referencesNick Burch2017-06-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799832 13f79535-47bb-0310-9956-ffa450edef68
* expand StaxHelperPJ Fanning2017-06-242-0/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799772 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 3.17-beta2Andreas Beeker2017-06-2410-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799747 13f79535-47bb-0310-9956-ffa450edef68
* rollback invalid commit - r1799740Andreas Beeker2017-06-247-250/+284
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799742 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 3.17-beta1 - pin documentationAndreas Beeker2017-06-247-284/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799740 13f79535-47bb-0310-9956-ffa450edef68
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ↵PJ Fanning2017-06-244-4/+60
| | | | | | settings to avoid XML Entity Expansion issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799734 13f79535-47bb-0310-9956-ffa450edef68
* Add file that failed regression tests as a unit test.Greg Woolsey2017-06-244-7/+49
| | | | | | | Adjust table style processing to allow for AlternateContent wrappers for table element style definitions. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799733 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 60422] Fix forbidden-api build issuePJ Fanning2017-06-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799723 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 60422] Tidy up test casePJ Fanning2017-06-241-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799722 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60422 add testtestcase with current LocaleUtil workaroundPJ Fanning2017-06-231-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799721 13f79535-47bb-0310-9956-ffa450edef68
* Move my new unit conversions to the Units class, move and deprecate ↵Greg Woolsey2017-06-237-86/+87
| | | | | | duplicate and scattered unit constants, update constant references to standardize on the ones in the Units class. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799683 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61203 Greg Woolsey2017-06-231-0/+16
| | | | | | one of these days I'll add the copyright to my project templates. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799645 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor ↵Greg Woolsey2017-06-235-53/+327
| | | | | | | | | | | | | | | | | | | | | | | | | incorrectly, ignores CTAbsoluteAnchor This is likely incomplete, but closer to where things should be. It is backward compatible with previous uses of XSSFClientAnchor. This fixes a bug in XSSFGraphicFrame that was hiding the parent class anchor property (which is a protected field set directly from XSSFDrawing). This is a peril of using direct property access - the hiding wasn't obvious because there was no setter being overridden. XSSFGraphicFrame now notices when it relates to a chart, and setts the frame property of the XSSFChart. That was not being set on parse previously, only when creating charts from scratch. That didn't seem right. XSSFClientAnchor now calculates size and position correctly based on initial inputs from the different types of anchors. It DOES NOT update those initial inputs, however. It does properly adjust if the size or initial position are absolute and the corresponding row/column values are requested. Added new class EMUUtils to centralize the measurement constants and conversions since there are so many units in play in the OOXML spec and POI APIs: * EMUs (English Metric Units) * Inches * Centimeters * Points * Pixels * Twips (1/20th of a point) I'm sure there are more conversions that could be done there, I just started with what I needed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799643 13f79535-47bb-0310-9956-ffa450edef68
* bug 61045 -- allow for (and log!) extra bytes in FormatRecord.Tim Allison2017-06-204-4/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799360 13f79535-47bb-0310-9956-ffa450edef68