summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ...Nick Burch2012-01-112-6/+50
* Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som...Nick Burch2012-01-115-37/+74
* more progress with merging external slidesYegor Kozlov2011-12-283-5/+65
* Bug #52369 - XSSFExcelExtractor should format numeric cells based on the form...Nick Burch2011-12-202-14/+64
* Fix bug #52369 - Event based XSSF parsing should handle formatting of formula...Nick Burch2011-12-201-1/+15
* Bugzilla 52348: Avoid exception when creating cell style in a workbook that ...Yegor Kozlov2011-12-192-3/+18
* Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi...Yegor Kozlov2011-12-191-0/+5
* Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi...Yegor Kozlov2011-12-192-25/+81
* Addition to Bugzilla 51961: enable compression of temp files when loading exi...Yegor Kozlov2011-12-161-1/+26
* more xlsf docs and samplesYegor Kozlov2011-12-163-17/+122
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-111-0/+19
* Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS oneNick Burch2011-12-111-0/+6
* removed svn:executable bit from project filesYegor Kozlov2011-12-1010-0/+0
* Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d...Yegor Kozlov2011-12-102-1/+38
* fixed javadoc warningsYegor Kozlov2011-12-0912-26/+24
* keep rat quietYegor Kozlov2011-12-092-1/+17
* Bugzilla 51961: support compression of temp files in SXSSF Yegor Kozlov2011-12-099-269/+472
* Bugzilla 52268 - support cloning sheets with drawings in XSSFYegor Kozlov2011-12-074-45/+138
* Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi...Nick Burch2011-12-062-196/+244
* Test that shows that bug #52288 is already fixedNick Burch2011-12-061-0/+21
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-052-18/+8
* improved rendering of groupped shapes in xslfYegor Kozlov2011-12-0415-78/+130
* more progress with XSLF: made some methods publis as suggested on poi-dev, mo...Yegor Kozlov2011-11-2417-89/+547
* added missing definition of the upArrow shape, moved support for line decorat...Yegor Kozlov2011-11-216-298/+309
* fixed TestXSLFTextParagraph that failed when the Arial font was not availableYegor Kozlov2011-11-201-4/+26
* Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLFYegor Kozlov2011-11-194-10/+22
* avoid exception when breaking text with a trailing newlineYegor Kozlov2011-11-192-3/+65
* misc improvements in text rendering in xlsfYegor Kozlov2011-11-179-55/+273
* Patch from bug #52190 - null check on XWPF setFontFamilyNick Burch2011-11-162-2/+1
* more progress with PPTX2PNGYegor Kozlov2011-11-1432-158/+243
* improved rendering of indented text in XSLF, also improved import content fro...Yegor Kozlov2011-11-1014-84/+695
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-073-0/+52
* Bugzilla 52062: ensure that temporary files in SXSSF are deleted Yegor Kozlov2011-11-072-20/+38
* more progress with xlsf: support for gradient and texture fills, backgrounds,...Yegor Kozlov2011-11-0751-985/+2085
* more progress with PPTX2PNG: support for gradient and texture fill, also refa...Yegor Kozlov2011-10-2838-469/+1183
* keep javac on JDK 1.5 quietYegor Kozlov2011-10-275-11/+11
* support for preset shape geometries in xslfYegor Kozlov2011-10-2641-707/+2193
* restore JDK5 compatibilitySergey Vladimirov2011-10-241-8/+8
* more progress with PPTX2PNGYegor Kozlov2011-10-248-88/+316
* explicitly convert to float for JDK 5Sergey Vladimirov2011-10-231-10/+9
* initial support for rendering pptx slides into images with a PPTX2PNG command...Yegor Kozlov2011-10-2135-337/+4045
* Add a bit more XSSFDrawing testing, not all of which works properly yet...Nick Burch2011-10-052-2/+29
* Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySourceNick Burch2011-10-051-17/+19
* Fix bug #51950 - XWPF may not always have footnotes in a documentNick Burch2011-10-051-3/+8
* Fix bug #51963 - Correct AreaReference handling of references containing a sh...Nick Burch2011-10-051-0/+19
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data...Nick Burch2011-10-053-3/+35
* Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheetYegor Kozlov2011-10-041-1/+0
* Allow the passing of a File object to WorkbookFactory.create, which permits l...Nick Burch2011-09-292-0/+35
* XLSF text extraction improvements relating to TIKA-712Nick Burch2011-09-265-40/+139
* Tweak the HSLF and XSLF tests for master slide text to cover more (some of wh...Nick Burch2011-09-261-1/+15