821 Commits (146345aef8e7cc3f0e6a64e08c6174a74424b93c)

Author SHA1 Message Date
  Yegor Kozlov 146345aef8 Bug #53404 - Fixed compatibility issue with modifying xls files created by POI-3.6 and earlier 11 years ago
  Yegor Kozlov b128eeacc8 Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT files 11 years ago
  Nick Burch 33f0ca42b8 Bug #53784 - Partial support for fixed-length Outlook property values in HSMF, with test from Claudius from the bug report 11 years ago
  Yegor Kozlov 6a374984fe Bugzilla 53943 - added method processSymbol() to allow converting word symbols 11 years ago
  Yegor Kozlov 9487a47693 Bugzilla 53763: avoid style mess when using HSSFOptimiser 11 years ago
  Yegor Kozlov 4b17ceb0e5 preserve leading / trailing spaces in SXSSF 11 years ago
  Yegor Kozlov 71032ff9d0 Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for custom validations with XSSFSheet 11 years ago
  Yegor Kozlov 1e41416423 Bugzilla >53974 - Avoid exception when constructing HSSFWorbook on Google App Engine 11 years ago
  Yegor Kozlov 95366195ff Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 11 years ago
  Yegor Kozlov f55e1011ff Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level manual flag< 11 years ago
  Yegor Kozlov 8cd113ba9e Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it can cause exceptions on ibm mainframes 11 years ago
  Yegor Kozlov 7432358cf7 Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawings 11 years ago
  Nick Burch e4512b8d5a Have HSSFOptimiser also remove un-used cell styles, in addition to duplicates 11 years ago
  Yegor Kozlov 624a2b1e79 updated status.xml to reflect closed Bugzilla 53493 11 years ago
  Yegor Kozlov da45ae87d7 Bugzilla 53780: Fixed memory and temporary file leak in SXSSF 11 years ago
  Sergey Vladimirov 861bccdf3c Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 document 11 years ago
  Evgeniy Berlog 14eb4e44f6 updated status.xml according to recently fixed bugs 11 years ago
  Evgeniy Berlog de336032e3 changed status.xml according to the completed during GSoC tasks 11 years ago
  Yegor Kozlov 6bd44d0451 Bugzilla 53699 - Patch to correct BorderStyle enum positions 12 years ago
  Yegor Kozlov 3f23441a94 Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addon 12 years ago
  Yegor Kozlov 63f3987cb0 Bugzilla 53446 - Fixed some problems extracting PNGs 12 years ago
  Yegor Kozlov 302a48a25b Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGF 12 years ago
  Yegor Kozlov 22bdfbbbd2 Bugzilla 53204: Improve performance when opening certain Excel files (PageSettingsBlock) 12 years ago
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns 12 years ago
  Yegor Kozlov 00831d3c5b Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7 12 years ago
  Yegor Kozlov 681d7bd1b8 Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode control character 12 years ago
  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) 12 years ago
  Yegor Kozlov 1245dc7e79 Bugzilla 48469 - Updated case study 12 years ago
  Yegor Kozlov 2417ee8f28 Bug 53476 - Support Complex Name in formulas 12 years ago
  Yegor Kozlov 6b710c137b Bugzilla 53414: properly update sheet dimensions when adding column 12 years ago
  Nick Burch ddc3c292e5 Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) 12 years ago
  Nick Burch b300a8ee49 Fix bug #53389 - Handle formatting General and @ formats even if a locale is prefixed to them 12 years ago
  Yegor Kozlov c3739d5be4 Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in drawing blocks 12 years ago
  Yegor Kozlov d677bc00f2 Bugzilla 53271 - Removed unconditional asserts in SXSSF 12 years ago
  Yegor Kozlov a91a13bb2a Bugzilla 53025: Updatad documentation and example on data validations 12 years ago
  Yegor Kozlov 980e8fe473 Bugzilla 53058 - Utility for representing drawings contained in a binary Excel file as a XML tree 12 years ago
  Nick Burch a7796d06d8 Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the description (alt text) of a picture 12 years ago
  Nick Burch c746a5f3c7 Fix bug #48528 - support negative arguments to the DATE() function 12 years ago
  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 12 years ago
  Yegor Kozlov 306579455b Bugzilla 53043 - don't duplicate hyperlink relationships when saving XSSF file 12 years ago
  Yegor Kozlov 8ae072fc85 Bugzilla 53101: fixed evaluation of SUM over cell range > 255 12 years ago
  Yegor Kozlov 0afefcd2b8 Bugzilla 49529 - avoid exception when cloning sheets with no drawing records and initialized drawing patriarch 12 years ago
  Yegor Kozlov e191cb70fa trunk is 3.9-beta1 now 12 years ago
  Yegor Kozlov a9cf3b5b98 Bugzilla >52928 - DateFormatConverter: an utility to convert instances of java.text.DateFormat to Excel format patterns 12 years ago
  Yegor Kozlov 3cc9a17b23 Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString() 12 years ago
  Yegor Kozlov 1cbefe6afb Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsing shared strings table in XSSF eventusermodel 12 years ago
  Yegor Kozlov 18e4705687 bugzilla 52818 - Added implementation for RANK() 12 years ago
  Yegor Kozlov 9d449dbd97 bugzilla 52682 - allow setting text with trailing carriage return in HSLF 12 years ago
  Yegor Kozlov a437cd08ac bugzilla 52244 - use correct text attributes when presentation has multiple TxMasterStyleAtoms of the same type 12 years ago
  Yegor Kozlov aef09c36f1 Bugzilla 51564 - support for enforcing fields update in XWPF 12 years ago