]> source.dussan.org Git - poi.git/shortlog
poi.git
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...
2017-05-16 Javen O'Nealgithub-32: speed up Irr() Excel formula computation...
2017-05-16 Javen O'Nealgithub-43: add disabled unit test showing a problem...
2017-05-16 Nick BurchJavadoc fixes
2017-05-16 Javen O'Nealgithub-52: add ExcelToHtmlConverter method that works...
2017-05-16 Javen O'Nealgithub-53: fix NPE when iterating over paragraphs in...
2017-05-15 Javen O'Nealgithub-54: when adding a picture to an XSSFWorkbook...
2017-05-15 Andreas BeekerAdd ASL header and exclude table preset from rat-check
2017-05-14 Andreas Beeker#52117 - Invalid "last printed" summary field value...
2017-05-14 Andreas Beekerremoved invalid test file
2017-05-12 Greg Woolseytweak to use platform line separator so tests can pass...
2017-05-12 Greg Woolseygit-svn-id: https://svn.apache.org/repos/asf/poi/trunk...
2017-05-12 Dominik StadlerSimplify the ValueEval.toString() implementations and...
2017-05-07 Dominik StadlerBug 60352: Text extraction: Don't include the text...
2017-05-05 Greg Woolsey60184 - invalid OOXML produced when XSSFFont.getFamily...
2017-05-05 Greg Woolseyforgot license (as always)
2017-05-05 Greg Woolsey61060 - teach DataFormatter about conditional formattin...
2017-05-04 Dominik StadlerUpdate link to POI-view on the Jenkins CI server
2017-05-04 Dominik StadlerRevert creating a view as part of the Jenkins DSL as...
2017-05-04 Dominik StadlerTry to define the view as part of the Jenkins DSL,...
2017-05-04 Andreas Beekertest integration fix
2017-05-03 Andreas BeekerSonarQube fixes
2017-05-03 Andreas BeekerHPSF: Change CustomProperties to delegate
2017-05-03 Andreas BeekerRemove Unicode chars in comments
2017-05-03 Andreas Beekerfix javadocs
2017-05-02 Andreas Beeker#52372 - OutOfMemoryError parsing a word file
2017-05-02 Andreas BeekerReverted DocumentSummary hack in codepage guessing...
2017-05-02 Andreas BeekerHPSF: Add CopyCompare to IntegrationTests
2017-05-02 Andreas Beeker#52117 - Invalid "last printed" summary field value
2017-05-02 Andreas BeekerHPSF: Enable new number types in VariantSupport
2017-05-02 Andreas BeekerFix hpsf javadocs and code issues
2017-05-02 Andreas BeekerIntegrationTest - move excludes to file handler
2017-05-02 Andreas BeekerHPSF: Use LittleEndianStream instead of offset calculation
2017-05-01 Javen O'Nealbug 61059: add @Override annotations
2017-04-30 Dominik StadlerExclude one more test from no-scratchpad runs, not...
2017-04-30 Dominik StadlerImprove information contained in exception in CellRange...
2017-04-30 Dominik Stadler60325: Add commented out test that reproduces the perfo...
2017-04-30 Nick BurchJavadoc fix
2017-04-29 Javen O'Nealbug 61034: break out of for-loop when both <sheet name...
2017-04-29 Javen O'Nealbug 61034: Call to XSSFReader.getSheetsData() returns...
2017-04-27 Tim Allisonbug 61051 -- add new worksheet-like relations for xlsb
2017-04-27 Tim Allisonbug 61049 fix ordering of builtin formulas
2017-04-26 Nick BurchPatch from Tim Jones from #61044 - Note on setCompressT...
2017-04-21 Tim Allisonbug 61021 - extract abspath from xlsb
2017-04-20 Greg WoolseyAdd conditional formatting evaluation example code...
2017-04-20 Javen O'NealUse assertContains instead of assertTrue(text.contains...
2017-04-19 Javen O'NealUse assertContains instead of assertTrue(text.contains...
2017-04-19 Greg WoolseyFix bug #61007
2017-04-19 Greg WoolseyFix bug #61007
2017-04-19 Nick BurchUse assertContains instead of assertTrue(text.contains...
2017-04-17 Dominik StadlerLet IntelliJ cleanup some code-warnings across the...
2017-04-17 Andreas Beeker#60998 - HSLFTable.setRowHeight sets row height incorrect
2017-04-17 Andreas Beekerfindbugs fixes
2017-04-17 Andreas Beekeradd 3.16 to doap file
2017-04-16 Andreas Beekerfix forbidden-apis-check error
2017-04-16 Andreas Beeker#60996 - XSSF: Multiple embedded objects on same sheet...
2017-04-16 Andreas BeekerWebsite update / release guide fix
2017-04-16 Dominik StadlerAdd initial file of excludes when running with file...
2017-04-16 Dominik StadlerExclude more temporary files from Git
2017-04-16 Dominik StadlerSet eclipse folder outside of build-folder to not have...
2017-04-16 Dominik StadlerRevert "Add hamcrest-all to Gradle build as well"
2017-04-16 Dominik StadlerAdd hamcrest-all to Gradle build as well
2017-04-16 Javen O'Nealroll back to hamcrest-core
2017-04-16 Javen O'Nealroll back to hamcrest-core
2017-04-16 Javen O'Nealchange from hamcrest-core-1.3 to hamcrest-all-1.3
2017-04-15 Andreas Beeker#60993 - HSLF: Grid and rowspan calculation in table...
2017-04-15 Javen O'Nealimprove unit test error messages
2017-04-15 Javen O'Nealchange from hamcrest-core-1.3 to hamcrest-all-1.3
2017-04-15 Javen O'Nealuse hamcrest matchers to reduce custom code
2017-04-15 Javen O'Nealuse assertStartsWith and assertEndsWith for better...
2017-04-12 Nick Burch#60973 XDGF Support for "PolylineTo" as well as existin...
2017-04-12 Nick BurchFailing, disabled unit test for bug #60973
2017-04-11 Andreas Beekerprepare for 3.17-beta1
2017-04-11 Andreas Beekerrelease prepare for 3.16 - updating build.xml and statu...
next