summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-0116-156/+832
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1355866 13f79535-47bb-0310-9956-ffa450edef68
| * | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-2817-133/+494
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1354910 13f79535-47bb-0310-9956-ffa450edef68
| * | implemented creating shapes in existing filesEvgeniy Berlog2012-06-2617-103/+592
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1353960 13f79535-47bb-0310-9956-ffa450edef68
| * | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-2210-69/+405
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1352818 13f79535-47bb-0310-9956-ffa450edef68
| * | Utility to test that POI produces readable output after re-saving xls filesYegor Kozlov2012-06-201-0/+63
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1351998 13f79535-47bb-0310-9956-ffa450edef68
| * | improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-194-11/+195
| | | | | | | | | | | | | | | | | | fixed reading EscherContainer records from byte array git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1351850 13f79535-47bb-0310-9956-ffa450edef68
| * | Added such improvements:Evgeniy Berlog2012-06-1817-296/+830
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Each shape contains EscherContainerRecord(SpContainer). Shapes get and set all properties into EscherOptRecord. 2. HSSFShapeGroup takes coordinates from EscherSpgrRecord. 3. Added tests for creating new HSSFSimpleShape from scratch and reading from existing file 4. Improved work with anchors. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1351484 13f79535-47bb-0310-9956-ffa450edef68
| * | fixed bug in EscherAggregate if sheet contains no shapesEvgeniy Berlog2012-06-181-3/+12
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1351309 13f79535-47bb-0310-9956-ffa450edef68
| * | fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-146-85/+245
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1350298 13f79535-47bb-0310-9956-ffa450edef68
| * | added file for tests(check commit rights)Evgeniy Berlog2012-06-121-0/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1349253 13f79535-47bb-0310-9956-ffa450edef68
| * | initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-0815-42/+476
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1348168 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla 53010, patch from June 3: improved support for Continue records in ↵Yegor Kozlov2012-06-049-1164/+1177
| | | | | | | | | | | | | | | | | | drawing blocks git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1345858 13f79535-47bb-0310-9956-ffa450edef68
| * | more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-315-25/+197
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1344621 13f79535-47bb-0310-9956-ffa450edef68
| * | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records ↵Yegor Kozlov2012-05-286-37/+1836
| | | | | | | | | | | | | | | | | | in drawing blocks git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1343218 13f79535-47bb-0310-9956-ffa450edef68
| * | branch for gsoc2012Yegor Kozlov2012-05-220-0/+0
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1341450 13f79535-47bb-0310-9956-ffa450edef68
* | | removed #Override from interfaces to keep javac on JDK 1.5 happyYegor Kozlov2012-08-063-13/+0
| |/ |/| | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369733 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and ↵Yegor Kozlov2012-08-0416-211/+558
| | | | | | | | | | | | setRepeatingColumns git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369290 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-0411-18/+187
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
* | test file that belongs to r1365638Yegor Kozlov2012-07-261-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1365955 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGFYegor Kozlov2012-07-258-70/+132
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1365638 13f79535-47bb-0310-9956-ffa450edef68
* | fixed compilation errors on JDK 1.5Yegor Kozlov2012-07-242-4/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364926 13f79535-47bb-0310-9956-ffa450edef68
* | keep javac on JDK 1.5 happyYegor Kozlov2012-07-231-2/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364520 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53204: Improve performance when opening certain Excel files ↵Yegor Kozlov2012-07-222-605/+613
| | | | | | | | | | | | (PageSettingsBlock) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364254 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-2112-25/+239
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364061 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7Yegor Kozlov2012-07-212-2/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364058 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode ↵Yegor Kozlov2012-07-163-0/+12
| | | | | | | | | | | | control character git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1362093 13f79535-47bb-0310-9956-ffa450edef68
* | Add some helper methods for working with attachmentsNick Burch2012-07-101-0/+33
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1359542 13f79535-47bb-0310-9956-ffa450edef68
* | Provide one example of how PropertyValues can be encoded and decoded, rest ↵Nick Burch2012-07-091-1/+45
| | | | | | | | | | | | still needed (along with logic in PropertiesChunk to drive it) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1359243 13f79535-47bb-0310-9956-ffa450edef68
* | Start on the code to process properties, and wire it up. No properties ↵Nick Burch2012-07-0810-90/+342
| | | | | | | | | | | | reading code exists yet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1358813 13f79535-47bb-0310-9956-ffa450edef68
* | In preparation for reading the HSMF __properties stream, improve the Types ↵Nick Burch2012-07-0819-222/+359
| | | | | | | | | | | | 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) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1358802 13f79535-47bb-0310-9956-ffa450edef68
* | Disable building of the PDF version of the siteNick Burch2012-07-021-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1356155 13f79535-47bb-0310-9956-ffa450edef68
* | avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-022-3/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1356102 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 48469 - Updated case study Yegor Kozlov2012-06-272-11/+25
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1354584 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-273-4/+51
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1354550 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-263-1/+43
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1353962 13f79535-47bb-0310-9956-ffa450edef68
* | Update JavaDocs to make it clearer to users about the different constuctorsNick Burch2012-06-211-2/+23
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1352685 13f79535-47bb-0310-9956-ffa450edef68
* | more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-209-9/+137
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1351994 13f79535-47bb-0310-9956-ffa450edef68
* | Add File based constructor to OPCPackage, alongside existing String one ↵Nick Burch2012-06-195-27/+108
| | | | | | | | | | | | (which constructed a File from the string internally) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1351894 13f79535-47bb-0310-9956-ffa450edef68
* | Fix bug #53389 - Handle formatting General and @ formats even if a locale is ↵Nick Burch2012-06-123-5/+39
| | | | | | | | | | | | prefixed to them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1349562 13f79535-47bb-0310-9956-ffa450edef68
* | Update the site footer year rangeNick Burch2012-06-101-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1348658 13f79535-47bb-0310-9956-ffa450edef68
* | Update the FormulaEvaluator performance section to match current behaviourNick Burch2012-06-101-24/+37
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1348657 13f79535-47bb-0310-9956-ffa450edef68
* | set line color in draw command in PPGraphics2D.javaYegor Kozlov2012-05-301-0/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1344204 13f79535-47bb-0310-9956-ffa450edef68
* | Bugzilla 53271 - Removed unconditional asserts in SXSSFYegor Kozlov2012-05-256-9/+1
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1342604 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53025: Updatad documentation and example on data validationsYegor Kozlov2012-05-183-25/+583
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1340042 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53227 - Corrected AddDimensionedImage.java to support XSSF/SXSSFYegor Kozlov2012-05-181-95/+167
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1340027 13f79535-47bb-0310-9956-ffa450edef68
* List Commons Codec as a dependency, as it has been needed for some time nowNick Burch2012-05-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1337978 13f79535-47bb-0310-9956-ffa450edef68
* polishing BiffDrawingToXml: more readable output and removed unnecessary tagsYegor Kozlov2012-05-054-24/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1334342 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53058 - Utility for representing drawings contained in a binary ↵Yegor Kozlov2012-05-0229-18/+623
| | | | | | Excel file as a XML tree git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1333050 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the ↵Nick Burch2012-05-014-0/+36
| | | | | | description (alt text) of a picture git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1332594 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #48528 - support negative arguments to the DATE() functionNick Burch2012-04-283-5/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1331796 13f79535-47bb-0310-9956-ffa450edef68