summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* New ooxml4j, and finish getting xssf comments to be saved and re-loaded againNick Burch2008-04-032-2/+32
* Fix the comments code so that we can correctly process existing XSSF comments...Nick Burch2008-04-023-5/+39
* Start to wire up the commentstable stuff, now partly in place, and partly testedNick Burch2008-03-313-2/+43
* Shift comments support over onto new style XSSFModel, in preparation for read...Nick Burch2008-03-314-34/+56
* XSSF named range supportNick Burch2008-03-312-16/+114
* Add XSSF eventusermodel supportNick Burch2008-03-302-0/+174
* Improve how XSSFCell does error stuffNick Burch2008-03-302-27/+60
* Make a start on running all the formula tests for xssf. Currently not enabled...Nick Burch2008-03-301-1/+37
* Few little short/int tweaks, and then tests to show that FormulaEvaluator pla...Nick Burch2008-03-292-4/+13
* Shuffle the FormulaParser stuff about, and get it all working with the new in...Nick Burch2008-03-291-1/+10
* XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen...Paolo Mottadelli2008-03-253-5/+174
* XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style...Paolo Mottadelli2008-03-253-23/+27
* XSSFCellStyle fillColors support; XSSFCellFill class; testsPaolo Mottadelli2008-03-253-7/+77
* Write tests for xssf StylesTable, now able to round-trip just fineNick Burch2008-03-222-6/+22
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-224-23/+82
* Get it to the point that existing .xslx files can be loaded+saved, and opened...Nick Burch2008-03-216-8/+52
* Excel objects to <cols/> in a sheet, so avoid outputting thatNick Burch2008-03-212-1/+24
* New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ...Nick Burch2008-03-211-37/+57
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-174-20/+97
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-163-115/+125
* Start to tidy up the model loading, to reduce duplicated code, and make it cl...Nick Burch2008-03-164-24/+110
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-162-17/+90
* Move the SharedStringsTable to a more generic package, and make a start on th...Nick Burch2008-03-163-2/+158
* Further workarounds for java being rubbish, by having a dedicated class to cr...Nick Burch2008-03-163-0/+79
* Update some more documentation, and put in a workaround for needing to create...Nick Burch2008-03-161-1/+6
* Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf st...Nick Burch2008-03-137-46/+709
* Start on a factory for producing the right WorkbookNick Burch2008-03-111-0/+66
* Fix a few ooxml unit testsNick Burch2008-03-091-2/+2
* Update the word code to the new style ooxml stuffNick Burch2008-03-094-30/+44
* Get the powerpoint ooxml stuff converted over, and fix up a few testsNick Burch2008-03-094-54/+118
* Start to rename hslf and hwpf in ooxml to xslf and xwpfNick Burch2008-03-086-4/+4
* More on converting the excel extractor to the new codeNick Burch2008-03-083-5/+27
* Start updating the excel extractor to the new style codeNick Burch2008-03-083-53/+56
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-082-0/+132
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-089-0/+738
* Tweak method signature to match changes done in trunkNick Burch2008-03-081-1/+1
* Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c...Ugo Cei2008-03-087-81/+202
* Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai...Ugo Cei2008-03-074-5/+178
* Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcese...Ugo Cei2008-02-296-153/+498
* Return a list of all pictures for a workbook. This shows a discrepancy betwee...Ugo Cei2008-02-194-9/+100
* Moved test data file to own package. Start writing some tests for parsing cel...Ugo Cei2008-02-191-0/+8
* Load shared strings table when loading workbook.Ugo Cei2008-02-135-32/+84
* Correct implementation of cell coordinates conversion.Ugo Cei2008-02-071-1/+39
* Fleshing out reading XSSF.Ugo Cei2008-02-073-16/+55
* XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p....Ugo Cei2008-02-0710-127/+505
* Have iterating over rows and cells work with JDK 1.5 foreach loops through ja...Nick Burch2008-02-052-0/+14
* Introduce POIXMLDocument as common base class for all OOXML document types.Ugo Cei2008-02-042-19/+69
* Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319.Ugo Cei2008-01-291-50/+161
* Initial support for loading workbooks off files.Ugo Cei2008-01-251-0/+28
* [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from PaoloNick Burch2008-01-252-3/+108