]> source.dussan.org Git - poi.git/shortlog
poi.git
2017-07-01 Andreas Beekeradd version.id to release notes in update-download...
2017-06-30 Andreas Beeker#61243 - Refactor and unify toString/toXml in DDF
2017-06-30 PJ FanningRemove more deprecated code (MissingCellPolicy)
2017-06-30 PJ FanningRemove more deprecated code (BorderFormatting constants)
2017-06-30 PJ FanningRemove more deprecated code (especially from Spreadshee...
2017-06-30 Javen O'Nealremove incomplete javadocs
2017-06-30 Javen O'Nealadd @Internal annotation to methods that return a CT...
2017-06-29 Greg WoolseyExpose one more bit of style information generically...
2017-06-29 Nick BurchDeprecated xssfSheetIterator has been removed, so remov...
2017-06-29 Andreas Beekerremove temporary jenkins debug output
2017-06-29 Andreas Beekerremove timezoned call to Date.toString() - SignaturePro...
2017-06-29 PJ Fanningremove deprecated org.apache.poi.hssf.record.RecordForm...
2017-06-29 PJ Fanningremove some unused imports
2017-06-29 PJ Fanningremove deprecated POIXMLDocument.hasOOXMLHeader
2017-06-29 PJ Fanningremove deprecated org.apache.poi.hssf.record.RecordForm...
2017-06-29 PJ FanningRemove old XSSFWorkbook wb.xssfSheetIterator method
2017-06-29 PJ FanningRemove old XSSFPaswordHelper
2017-06-28 Nick BurchFix javadoc warnings
2017-06-28 Nick BurchUsed deprecated external method removed, so remove...
2017-06-28 Nick BurchUsed deprecated external method removed, so remove...
2017-06-28 Andreas Beekeradd debugging info to find signature differences
2017-06-28 PJ FanningEnsure SpreadsheetVersion is set for AreaReferences
2017-06-28 Andreas BeekerBug 61182 - Invalid signature created for streamed...
2017-06-28 PJ FanningRemove some deprecated *SSF APIs
2017-06-25 Nick BurchAdd import for javadocs references
2017-06-24 PJ Fanningexpand StaxHelper
2017-06-24 Andreas Beekerprepare for 3.17-beta2
2017-06-24 Andreas Beekerrollback invalid commit - r1799740
2017-06-24 Andreas Beekerrelease prepare for 3.17-beta1 - pin documentation
2017-06-24 PJ FanningAdd StaxHelper to ensure that StAX parsers have sensibl...
2017-06-24 Greg WoolseyAdd file that failed regression tests as a unit test.
2017-06-24 PJ Fanning[Bug 60422] Fix forbidden-api build issue
2017-06-24 PJ Fanning[Bug 60422] Tidy up test case
2017-06-23 PJ FanningBug 60422 add testtestcase with current LocaleUtil...
2017-06-23 Greg WoolseyMove my new unit conversions to the Units class, move...
2017-06-23 Greg WoolseyBug 61203
2017-06-23 Greg WoolseyBug 61203 - XSSFDrawing.getAnchorFromParent handles...
2017-06-20 Tim Allisonbug 61045 -- allow for (and log!) extra bytes in Format...
2017-06-20 Tim Allisonbug 61053 -- not a fix, but this aligns XSSFBSheetHandl...
2017-06-20 Javen O'Nealjavadoc
2017-06-20 Javen O'Neal@Ignore("requires an internet connection to a 3rd party...
2017-06-20 Javen O'Nealunit test that is not written yet should fail
2017-06-20 Javen O'Nealsimplify unit test code with IOUtils.write to a NullOut...
2017-06-20 Nick BurchJavadoc fix
2017-06-20 Javen O'Nealbug 57919: close opened resources
2017-06-20 Javen O'Nealbug 57919: add functions to write and close a POIDocume...
2017-06-20 Javen O'Nealrename createXls and createXlsx helper functions: these...
2017-06-20 Javen O'Nealbug 58113: this passes with SXSSF now
2017-06-20 Javen O'Nealbug 56557: open test-data/spreadsheet/56557.xlsx such...
2017-06-20 Javen O'Nealwhitespace
2017-06-20 Javen O'Nealbug 52063: support 2-argument LOOKUP(lookup_value,...
2017-06-19 Dominik StadlerImprove error message if we encounter invalid/unexpecte...
2017-06-18 Dominik StadlerNeed to do the casting differently to make the code...
2017-06-18 Dominik StadlerDon't try to clone a chart, this makes integration...
2017-06-18 Dominik StadlerUpdate forbidden-apis to version 2.3
2017-06-18 Dominik StadlerFix some IntelliJ warnings
2017-06-17 Andreas Beeker#61169 - Text with Japanese characters overflows textbox
2017-06-16 Dominik StadlerAdd missing file for test for bug 56557
2017-06-16 Dominik StadlerBug 56557: Fix handling chart sheets,
2017-06-15 Javen O'Nealbug 61170: add comment why we should catch exceptions...
2017-06-15 Javen O'Nealbug 61170: add extra logging to SaxHelper.
2017-06-14 Andreas Beeker#61162 - En-/decryption support for HWPF
2017-06-12 Greg WoolseyStandardize some more common chart axis properties.
2017-06-10 Nick BurchJavadoc has some references to unit test classes, so...
2017-06-10 Greg WoolseyDon't report data table master cells as formula cells...
2017-06-09 Dominik StadlerForbidden-APIs needs junit-jars
2017-06-09 Dominik StadlerMove one testcase with incorrect source location
2017-06-09 Dominik StadlerBug 60374: Add test for ArrayIndexOutOfBounds on old...
2017-06-07 Nick BurchUpdate the CreateTable example to reduce the use of...
2017-06-07 Nick BurchPermit table style modifications, needed for CreateTable
2017-06-07 Nick BurchMake it possible to create simple XSSF sheet tables...
2017-06-07 Nick BurchXSSFTable should format numeric/date cells when used...
2017-06-07 Andreas BeekerIgnore JCE restriction errors
2017-06-06 Andreas BeekerHandle encrypted files with known password in integrati...
2017-06-06 Andreas BeekerReplace HWPFOutputStream with ByteArrayOutputStream...
2017-06-06 Andreas Beeker#61162 - En-/decryption support for HWPF
2017-06-04 Javen O'Nealbug 58325, github-57: Set svn props. This closes #57...
2017-06-04 Javen O'Nealbug 58325: enable TestXSSFShape unit tests. Thanks...
2017-05-31 Andreas Beekerfix eclipse resource leak warnings
2017-05-31 Javen O'Nealjavadocs
2017-05-31 Andreas BeekerSonarQube fixes - close resources
2017-05-31 Greg Woolsey#61085 support table styles
2017-05-30 Andreas Beekerincrease heap size for ooxml compilation again, because...
2017-05-30 Andreas BeekerAdd logging for gradle->ant->javac OOM
2017-05-30 Andreas Beekerignore <project root>/tmp directory
2017-05-30 Andreas BeekerBug 61119 - Fix preset shape rendering and shading
2017-05-28 Javen O'Nealbug 61059: fix NamePtg to read unsigned shorts instead...
2017-05-26 Greg WoolseyBug 60898 - XSSFColor's getARGB() method returns a...
2017-05-26 Greg WoolseyBug 60898 - XSSFColor's getARGB() method returns a...
2017-05-24 Dominik StadlerAdd jmh to Sonar-Maven build as well, add comment why...
2017-05-23 Dominik StadlerBug 61063: Add a RefListEval to handle UnionPtg and...
2017-05-23 Dominik StadlerReformat code somewhat
2017-05-20 Javen O'Nealgithub-55: document that CellReference#isRowWithinRange...
2017-05-20 Javen O'Nealbug 61110: remove deprecated, misspelled CellReference...
2017-05-20 Andreas BeekerIncrease memory for xmlbean generation, because of...
2017-05-20 Greg Woolsey#61085 support table styles
2017-05-20 Greg Woolseyadd the new test dependency so tests can run from Eclip...
2017-05-19 Javen O'Nealgithub-55: NumberFormatException if XSSFName.setNameNam...
2017-05-16 Javen O'Nealreplace "String.indexOf(String) >= 1" with "String...
2017-05-16 Javen O'Nealgithub-25: add enable locking and tab color in SXSSFShe...
next