1113 Révisions (4575104984e6d74fe8756b709a79c0e86c3c0bef)

Auteur SHA1 Message Date
  Yegor Kozlov 4575104984 Bug #54016 - Avoid exception when parsing workbooks with DConRefRecord in row aggregate il y a 11 ans
  Yegor Kozlov 59b4c3e08d Bug 54008: Fixed Ant build to support build directories with blanks il y a 11 ans
  Yegor Kozlov b1f9000485 Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://' il y a 11 ans
  Yegor Kozlov 146345aef8 Bug #53404 - Fixed compatibility issue with modifying xls files created by POI-3.6 and earlier il y a 11 ans
  Yegor Kozlov b128eeacc8 Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files il y a 11 ans
  Nick Burch 33f0ca42b8 Bug #53784 - Partial support for fixed-length Outlook property values in HSMF, with test from Claudius from the bug report il y a 11 ans
  Yegor Kozlov 6a374984fe Bugzilla 53943 - added method processSymbol() to allow converting word symbols il y a 11 ans
  Yegor Kozlov 9487a47693 Bugzilla 53763: avoid style mess when using HSSFOptimiser il y a 11 ans
  Yegor Kozlov 4b17ceb0e5 preserve leading / trailing spaces in SXSSF il y a 11 ans
  Yegor Kozlov 71032ff9d0 Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for custom validations with XSSFSheet il y a 11 ans
  Yegor Kozlov 1e41416423 Bugzilla >53974 - Avoid exception when constructing HSSFWorbook on Google App Engine il y a 11 ans
  Yegor Kozlov 95366195ff Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() il y a 11 ans
  Yegor Kozlov f55e1011ff Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level manual flag< il y a 11 ans
  Yegor Kozlov 8cd113ba9e Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it can cause exceptions on ibm mainframes il y a 11 ans
  Yegor Kozlov 7432358cf7 Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawings il y a 11 ans
  Nick Burch e4512b8d5a Have HSSFOptimiser also remove un-used cell styles, in addition to duplicates il y a 11 ans
  Yegor Kozlov 624a2b1e79 updated status.xml to reflect closed Bugzilla 53493 il y a 11 ans
  Yegor Kozlov da45ae87d7 Bugzilla 53780: Fixed memory and temporary file leak in SXSSF il y a 11 ans
  Sergey Vladimirov 861bccdf3c Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 document il y a 11 ans
  Evgeniy Berlog 14eb4e44f6 updated status.xml according to recently fixed bugs il y a 11 ans
  Evgeniy Berlog b953b5c0e3 bugzilla ticket 53642: added detailed logging for formula evaluation in both HSSF and XSSF modules il y a 11 ans
  Evgeniy Berlog 5bff0701fc resolved bugzilla ticket 53642 il y a 11 ans
  Evgeniy Berlog de336032e3 changed status.xml according to the completed during GSoC tasks il y a 12 ans
  Yegor Kozlov 6bd44d0451 Bugzilla 53699 - Patch to correct BorderStyle enum positions il y a 12 ans
  Yegor Kozlov 47d3e899a0 Bugzilla 53064: Ugly Duckling case study il y a 12 ans
  Yegor Kozlov 3f23441a94 Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon il y a 12 ans
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns il y a 12 ans
  Yegor Kozlov 63f3987cb0 Bugzilla 53446 - Fixed some problems extracting PNGs il y a 12 ans
  Yegor Kozlov 302a48a25b Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGF il y a 12 ans
  Yegor Kozlov 22bdfbbbd2 Bugzilla 53204: Improve performance when opening certain Excel files (PageSettingsBlock) il y a 12 ans
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns il y a 12 ans
  Yegor Kozlov 00831d3c5b Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7 il y a 12 ans
  Yegor Kozlov 681d7bd1b8 Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode control character il y a 12 ans
  Nick Burch 4088217930 In preparation for reading the HSMF __properties stream, improve the Types support to be a class with ID+Name+Length, rather than simply an ID. Allows some tidying in HMEF. (Also stubs a few properties bits) il y a 12 ans
  Yegor Kozlov 1245dc7e79 Bugzilla 48469 - Updated case study il y a 12 ans
  Yegor Kozlov 2417ee8f28 Bug 53476 - Support Complex Name in formulas il y a 12 ans
  Yegor Kozlov 6b710c137b Bugzilla 53414: properly update sheet dimensions when adding column il y a 12 ans
  Nick Burch ddc3c292e5 Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) il y a 12 ans
  Nick Burch b300a8ee49 Fix bug #53389 - Handle formatting General and @ formats even if a locale is prefixed to them il y a 12 ans
  Nick Burch e06949f47d Update the FormulaEvaluator performance section to match current behaviour il y a 12 ans
  Yegor Kozlov c3739d5be4 Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in drawing blocks il y a 12 ans
  Yegor Kozlov d677bc00f2 Bugzilla 53271 - Removed unconditional asserts in SXSSF il y a 12 ans
  Yegor Kozlov a91a13bb2a Bugzilla 53025: Updatad documentation and example on data validations il y a 12 ans
  Nick Burch d2ff2139b8 List Commons Codec as a dependency, as it has been needed for some time now il y a 12 ans
  Yegor Kozlov 980e8fe473 Bugzilla 53058 - Utility for representing drawings contained in a binary Excel file as a XML tree il y a 12 ans
  Nick Burch a7796d06d8 Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the description (alt text) of a picture il y a 12 ans
  Nick Burch c746a5f3c7 Fix bug #48528 - support negative arguments to the DATE() function il y a 12 ans
  Nick Burch 64ad74884e Fix bug #53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), for when it is known that a file comes from a different (known) timezone to the current machine il y a 12 ans
  Yegor Kozlov c13bdf58d8 info on nightly builds il y a 12 ans
  Yegor Kozlov 306579455b Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF file il y a 12 ans