2300 コミット (0bedde6467a3adda2c2133f0ff695bec529a686b)
 

作成者 SHA1 メッセージ 日付
  Paolo Mottadelli 0c991c8d83 XSSFCellStyle fillColors support; XSSFCellFill class; tests 16年前
  Nick Burch 869e44828c Add note about needing to give ant more memory to run all the tests 16年前
  Nick Burch 2f5dc6f5e8 New version of openxml4j, which supports reading from InputStreams. Enable WorkbookFactory test for this 16年前
  Nick Burch aea6fd622f Now StylesTable works, re-enable previously failing cell test which now passes 16年前
  Nick Burch 205a5195df Write tests for xssf StylesTable, now able to round-trip just fine 16年前
  Nick Burch 010e4ac166 Quite a bit more xssf support for cell styles. Also, get all the ooxml tests to pass cleanly, partly by disabling broken ones 16年前
  Nick Burch cdd40f2479 Get it to the point that existing .xslx files can be loaded+saved, and opened by excel without warning, and new files can be loaded but with a warning 16年前
  Nick Burch 401fcc7142 Excel objects to <cols/> in a sheet, so avoid outputting that 16年前
  Nick Burch ff2d218fdd Expand on XSSFWorkbook tests, and get them working (needs updated ooxml) 16年前
  Nick Burch 059ebfaacf New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so we can update references. Finally, some more tests 16年前
  Nick Burch 46ac8d5e3e Tweak some build paths, and add in some tasks for running things like POIFSView and BiffViewer 16年前
  Nick Burch 92ce8ec2a7 Upgrade the ooxml branch to use v1.3 of the apache doc format 16年前
  Nick Burch 984833de54 [ooxml branch] Reformat, and some slight tweaks on ooxml support details 16年前
  Nick Burch 07f8ef1a10 Start to tie up the XSSF cell styles stuff with the StylesTable code 16年前
  Nick Burch 9adfbc6eac Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook 16年前
  Nick Burch b2af50dc81 Start to tidy up the model loading, to reduce duplicated code, and make it cleaner 16年前
  Nick Burch 58b52d1284 Start supporting styles on the XSSFWorkbook, and tests for it 16年前
  Nick Burch ef20df0bd1 Move the SharedStringsTable to a more generic package, and make a start on the styles table 16年前
  Nick Burch c94ce50344 More create helper stuff, and some sample formatting files 16年前
  Nick Burch 23ec831899 Further workarounds for java being rubbish, by having a dedicated class to create concrete instances of interfaces for you 16年前
  Nick Burch f4f71fc9bc Update some more documentation, and put in a workaround for needing to create a RichTextString, without wanting to know the concrete type, but Java interfaces are crap 16年前
  Nick Burch bfc60827c0 Re-name some documentation directories, so they have better names now cover ole2 and ooxml (will need .htaccess redirect when putting live) 16年前
  Nick Burch 703fdfabb6 Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf stylings 16年前
  Nick Burch b269d4ec05 Add target single-test-ooxml 16年前
  Nick Burch 1153191658 Start on a factory for producing the right Workbook 16年前
  Nick Burch ec57987645 Fix a few ooxml unit tests 16年前
  Nick Burch 0a06d325fa Update the word code to the new style ooxml stuff 16年前
  Nick Burch 5b902b4562 Get the powerpoint ooxml stuff converted over, and fix up a few tests 16年前
  Nick Burch f8686cb8b6 Start to rename hslf and hwpf in ooxml to xslf and xwpf 16年前
  Nick Burch d67507164c More on converting the excel extractor to the new code 16年前
  Nick Burch 2a7d3ad154 Start updating the excel extractor to the new style code 16年前
  Nick Burch 2cc22cb45b More shuffling of things out of src/scratchpad/ooxml-* 16年前
  Nick Burch 4eb4e8eeef Start shuffling things out of the old src/scratchpad/ooxml-* directories 16年前
  Nick Burch b7ffac2c6d Tweak documentation for ss instead of hssf 16年前
  Nick Burch c2d02b54b9 Start updating docs for ooxml branch 16年前
  Nick Burch d75ecc0512 Tweak method signature to match changes done in trunk 16年前
  Ugo Cei 913a1ad96e Merged revisions 627779-634630 via svnmerge from 16年前
  Ugo Cei a3be474ee6 Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.com>, <p.mottadelli@sourcesense.com> 16年前
  Ugo Cei 8ef036bbd6 Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmail.com>, <p.mottadelli@sourcesense.com>. 16年前
  Ugo Cei cedd473b59 Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcesense.com>, <paolo.moz@gmail.com> 16年前
  Ugo Cei 3e92b80e9d Return a list of all pictures for a workbook. This shows a discrepancy between the way pictures are stored in OLE2 files and the way they are stored in OOXML files. In the former case, pictures are associated with the workbook, in the latter they are referred to in "drawings" which are, in turn, referred to in sheets. 16年前
  Ugo Cei cb55055d83 Moved test data file to own package. Start writing some tests for parsing cell styles. 16年前
  Ugo Cei 63879b5ec7 Merged revisions 618680-620582 via svnmerge from 16年前
  Ugo Cei eb56bfd91c Load shared strings table when loading workbook. 16年前
  Ugo Cei bff99a2e02 Correct implementation of cell coordinates conversion. 16年前
  Ugo Cei 75b74411b2 Fleshing out reading XSSF. 16年前
  Ugo Cei cf6b3bd464 XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p.mottadelli@sourcesense.com> as bugzilla issue #44330. 16年前
  Nick Burch ccc4069b86 Have iterating over rows and cells work with JDK 1.5 foreach loops through java.lang.Iterable 16年前
  Ugo Cei 7f4e502991 Merged revisions 618328 via svnmerge from 16年前
  Ugo Cei 68f4aa5fbc Merged revisions 615190-618235 via svnmerge from 16年前