4 次代码提交 (efc032babcad23fd84fc0ffce0560c86771a486f)

作者 SHA1 备注 提交日期
  PJ Fanning 6e7f6dad21 try to use IllegalStateException instead of RuntimeException 1年前
  Andreas Beeker 0614835c55 #65304 - Add commons-io as a dependency 3 年前
  Andreas Beeker bb5d321b79 fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) 3 年前
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 年前
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 年前
  Andreas Beeker fce876b4ef merge trunk 5 年前
  Dominik Stadler d28720afd0 Add test for FileMagic 5 年前
  Alain Béarez 444c8e9966 fix more LGTM alerts, in tests 5 年前
  Javen O'Neal 5c2267081d replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.xlsx for manual review with XSSFTestDataSamples.writeOut(wb, "bug xxxxx for manual review") 7 年前
  Javen O'Neal 8358a80a14 bug 57919: close opened resources 7 年前
  Javen O'Neal 212121c53a add convenience methods for writing and reading back XSSFWorkbooks 8 年前
  Javen O'Neal a594b8a8ee whitespace 8 年前
  Javen O'Neal 775838e5a8 supporting changes for bug 58452: copy cell formulas containing unregistered function names 8 年前
  Tim Allison e4ba611f12 POI-55294 and 52186 11 年前
  Nick Burch 63dc16b762 New event based xssf text extractor (XSSFEventBasedExcelExtractor) 14 年前
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 15 年前
  Yegor Kozlov 8b283b14b1 Centralize logic for finding/opening sample files 15 年前
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 年前
  Yegor Kozlov 3601f7f8c6 fixed XSSF and OpenXml4J to read/write relationships with targets starting with '#' (internal locations), see Bugzilla 47504 15 年前
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 年前
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 年前
  Yegor Kozlov 0c4ee58c9f refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way XSSFWorkbook is a root of a tree: XSSFSheets are children, XSSFDrawings are children of worksheets, etc, 15 年前
  Josh Micich 3ed09846f9 Minor fixes to get junits working after r695832. Updates to align with new sample.xlsx, and moved SharedStringSource out of usermodel API. 16 年前