aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* cleaned javadocs warningsYegor Kozlov2011-06-066-9/+3
* Fix 1.6ismNick Burch2011-06-042-2/+0
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-0123-1808/+2337
* Bug 51098 - Error in calculating image width/height, if image fits into one cellYegor Kozlov2011-05-271-10/+1
* Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S...Nick Burch2011-05-271-1/+0
* Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (probl...Nick Burch2011-05-272-2/+13
* Fix bug #51188 - Support for getting and setting XPWF zoom settingsNick Burch2011-05-272-0/+56
* Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and ...Nick Burch2011-05-273-6/+220
* Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply f...Nick Burch2011-05-232-17/+28
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-209-116/+1164
* improved test coverage for SXSSFYegor Kozlov2011-05-195-55/+204
* Put more details in the error message for next timeNick Burch2011-05-191-1/+4
* FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known...Maxim Valyanskiy2011-05-181-1/+14
* initial support for SXSSF testsYegor Kozlov2011-05-181-8/+4
* fixed resizing pictures in XSSF, see Bugzilla 51160Yegor Kozlov2011-05-181-2/+2
* Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod...Yegor Kozlov2011-05-174-0/+3655
* Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ...Nick Burch2011-05-138-89/+87
* Patch from Stefan from bug #51172 - XWPF .gif images supportNick Burch2011-05-133-2/+11
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-091-20/+22
* Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly...Nick Burch2011-05-061-52/+54
* Re-enable the XWPF test for adding paragraphs, and fix it up to work properlyNick Burch2011-05-062-1/+30
* NPOIFS and OPC both support close(), so mark them as suchNick Burch2011-05-061-1/+2
* Fix bug #51112 - Correct XWPFTable tracking of new rowsNick Burch2011-05-031-0/+1
* Fix bug #51113 - Correct XWPFParagraph tracking of inserted runsNick Burch2011-05-031-1/+1
* Fix bug #51111 - Correct XWPFParagraph tracking of new runsNick Burch2011-05-031-1/+3
* Fix bug #50956 - Correct XSSF cell style cloning between workbooksNick Burch2011-04-212-0/+19
* Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the...Nick Burch2011-04-211-0/+37
* Add support for adding a picture to a XSSFRunNick Burch2011-04-152-25/+151
* Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo...Nick Burch2011-04-147-31/+27
* Fix bug #51061 - Correct target URI for new XSSF TablesNick Burch2011-04-142-3/+12
* XSSF: reduce memory usage by specifing default namespace for string keys in S...Maxim Valyanskiy2011-04-141-6/+15
* Initial support for XSSF Charts. Provides easy access to the underlying CTCha...Nick Burch2011-04-083-5/+175
* Correct the fetching of Drawings from a XSSFChartSheetNick Burch2011-04-082-11/+74
* Fix inconsistent indentNick Burch2011-04-081-31/+31
* More test for bug #49381 / #50884 - xssf freeze panesNick Burch2011-04-081-4/+13
* Add support for adding a table to a XSSFSheetNick Burch2011-04-082-8/+46
* Implement the load method on MemoryPackagePartNick Burch2011-03-301-1/+17
* Add XWPF <br> detection for the other kind of ooxml schemasNick Burch2011-03-251-0/+6
* XWPFPicture: remove unused POILogger instanceMaxim Valyanskiy2011-03-211-4/+0
* XWPFPicture: support for reading picture descriptionMaxim Valyanskiy2011-03-211-4/+9
* XWPF: support for pictures in headersMaxim Valyanskiy2011-03-213-5/+9
* Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/colum...Nick Burch2011-03-181-1/+1
* Fix bug #49253 - When setting repeating rows and columns for XSSF, don't brea...Nick Burch2011-03-181-2/+11
* Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets creat...Nick Burch2011-03-182-5/+27
* Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app...Nick Burch2011-03-043-4/+40
* Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus...Nick Burch2011-03-045-34/+58
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha...Nick Burch2011-03-041-14/+14
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-042-6/+157
* Tweak XSSFPrintSetup to make it a little clearer what happens, and add a roun...Nick Burch2011-03-011-4/+11
* tweaked validation of xml to keep Gump quietYegor Kozlov2011-02-261-3/+3