4119 Commits (95366195ff6f2960b8a912bd02858f50b02e573e)

Author SHA1 Message Date
  Evgeniy Berlog 093d459552 added few improvements 12 years ago
  Yegor Kozlov 0fda11bc93 keep javac on JDK 1.5 happy 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
  Evgeniy Berlog 63ff9839ae implemented removing of all shape types 12 years ago
  Evgeniy Berlog 4e646a7182 implemented cloning of shapes 12 years ago
  Yegor Kozlov 681d7bd1b8 Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode control character 12 years ago
  Evgeniy Berlog 47dd454579 moved HSSFObjectData into drawing layer 12 years ago
  Evgeniy Berlog b2b4b385e1 fixed auto filters(added class HSSFCombobox) 12 years ago
  Evgeniy Berlog 8b027ef5cd checked all examples, added several features 12 years ago
  Nick Burch 062959aae1 Add some helper methods for working with attachments 12 years ago
  Nick Burch 76c19d6545 Provide one example of how PropertyValues can be encoded and decoded, rest still needed (along with logic in PropertiesChunk to drive it) 12 years ago
  Nick Burch 8789e74439 Start on the code to process properties, and wire it up. No properties reading code exists yet 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
  Evgeniy Berlog 06df547a59 implemented creating shapes in new file using new model 12 years ago
  Nick Burch 0057c05051 Disable building of the PDF version of the site 12 years ago
  Yegor Kozlov c3adfbaf48 avoid NPE when setting line properties if linewidth is zero 12 years ago
  Evgeniy Berlog 5f543636b7 implemented work with existing shape groups and polygons 12 years ago
  Evgeniy Berlog fe51bb989b implemented creating comments in existing files, bugfixes 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
  Evgeniy Berlog b57fa5b4d0 implemented creating shapes in existing files 12 years ago
  Evgeniy Berlog 7efc80c3e8 added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests 12 years ago
  Nick Burch a92c6453ab Update JavaDocs to make it clearer to users about the different constuctors 12 years ago
  Yegor Kozlov 93b0bb98bf Utility to test that POI produces readable output after re-saving xls files 12 years ago
  Yegor Kozlov 65dfa4d509 more tests to ensure that poi compiles against poi-ooxml-schemas.jar 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
  Evgeniy Berlog 0c5bf44cba improved aggregating drawing records in documents with charts, 12 years ago
  Evgeniy Berlog 0e8a727b35 Added such improvements: 12 years ago
  Evgeniy Berlog 25ceb36664 fixed bug in EscherAggregate if sheet contains no shapes 12 years ago
  Yegor Kozlov 39c271cde0 fixed EscherAggregate to correctly write records with trailing solver container 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
  Nick Burch 57bd9d8193 Update the site footer year range 12 years ago
  Nick Burch e06949f47d Update the FormulaEvaluator performance section to match current behaviour 12 years ago
  Yegor Kozlov 03fe413245 initial support for reading shapes, see patch from June 8 in Bugzilla 53372 12 years ago
  Yegor Kozlov de28fe9aff Bugzilla 53010, patch from June 3: improved support for Continue records in drawing blocks 12 years ago
  Yegor Kozlov fca6f83f8c more tests and fixes, see patch from May 30 in Bugzilla 53010 12 years ago
  Yegor Kozlov a69bdc08ba set line color in draw command in PPGraphics2D.java 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 ea50937abc Bug 53227 - Corrected AddDimensionedImage.java to support XSSF/SXSSF 12 years ago
  Nick Burch d2ff2139b8 List Commons Codec as a dependency, as it has been needed for some time now 12 years ago
  Yegor Kozlov 23658fddc5 polishing BiffDrawingToXml: more readable output and removed unnecessary tags 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