199 Commits (90170942312c0262025f7f2af598faa642533259)

Author SHA1 Message Date
  Yegor Kozlov 9017094231 Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 14 years ago
  Nick Burch 752dae496d Tweak depends lines relating to compile-ooxml-xsds, so that the schema files are correctly downloaded if missing 14 years ago
  Yegor Kozlov 6db9c4f0e2 added mvn-install Ant target equivalent to 'mvn install' in maven-driven projects 14 years ago
  Yegor Kozlov 5984c5d57c updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml 14 years ago
  Yegor Kozlov 3246c57b68 set version.id to 3.7-SNAPSHOT 14 years ago
  Yegor Kozlov 03443502f5 more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc 14 years ago
  Yegor Kozlov b7aa4bea9a more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all 14 years ago
  Josh Micich e391cdb834 Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was probably tested against java 6). 14 years ago
  Yegor Kozlov 437182aa72 included poi-ooxml-schemas and poi-examples in the release cycle, also misc improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets 14 years ago
  Dave Fisher b5cdef8c2e Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48242 14 years ago
  Yegor Kozlov c5434e0a1b org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml-schemas.jar 14 years ago
  Yegor Kozlov 97e001c85a cleanup of build.xml 14 years ago
  Nick Burch 446c1af47f Make the ooxml schema jar filenames consistent 14 years ago
  Nick Burch f1ecc30d36 When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas 14 years ago
  Josh Micich a6331f9ec9 reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump build working 14 years ago
  Josh Micich bef0cdf35c removed new dependency on joda 14 years ago
  Ugo Cei 5378df317e Added implementation of Digital Signature support using code initially developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License. 14 years ago
  Yegor Kozlov 31236d1bd5 added Ant target to compile scratchpad examples, added example HSMF application that converts a .msg file to text and extracts attachments, see Bugzilla 47922 14 years ago
  Yegor Kozlov d325146381 changed version.id of trunk to 3.6-beta1 14 years ago
  Yegor Kozlov 2712b14d2f moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place 15 years ago
  Yegor Kozlov 8b283b14b1 Centralize logic for finding/opening sample files 15 years ago
  Yegor Kozlov a275338291 Fixed locale-sensitive unit tests to pass when running on non-US locales 15 years ago
  Yegor Kozlov ec9296d828 started new section in changes.xml for 3.5-beta7 15 years ago
  Yegor Kozlov 3add64632f changed Forrest config to use only status.xml, changes.xml is now obsolete 15 years ago
  Nick Burch 062c215660 Fix bug #46554 - New ant target "jar-examples" 15 years ago
  Yegor Kozlov 9312add3f0 fixed forrest.properties to work with jdk 1.6, see https://issues.apache.org/jira/browse/FOR-984; removed unused and deprecated stuff from build.xml 15 years ago
  Yegor Kozlov 9b561e8d3f set forkmode=once for junit tests, it made the build process faster by 5x 15 years ago
  Yegor Kozlov 0c1095db76 moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 years ago
  Yegor Kozlov 5226bccd06 changed build.xml to download all jar from a single location: http://repo1.maven.org, Gump failed many times in March 2009 because of timeout when downloading jars from ibiblio.org 15 years ago
  Yegor Kozlov 2c52226d5f Improved LICENSE and NOTICE as suggested in Bugzilla #46756, 15 years ago
  Josh Micich cbf562673d Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' (doesn't happen on all platforms). In addition svn+win has difficulties with case-sensitive renames. 'INPUT' was renamed to 'data' for consistency with rest of POI. 15 years ago
  Yegor Kozlov b8a9b30fdb fixed Incorrect ooxml.xsds.url, see bugzilla #46753 15 years ago
  Yegor Kozlov 7ee091d4d0 added a script to upload digital signatures in the Maven repo to the 'dist' ant task 15 years ago
  Yegor Kozlov 155c203aef update version.id to 3.5-beta6 15 years ago
  Josh Micich ba79578f0f Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for opening test data files. Changed test output to go to temp dir. 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Yegor Kozlov 1dcb6eec84 jsr173_api-1.0.jar has moved to a new location, update build.xml to download it from http://repo1.maven.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar 15 years ago
  Yegor Kozlov dfdb47a858 set new version.id=3.5-beta5 15 years ago
  Yegor Kozlov e9fba3a9f6 improved tasks for making Maven artifacts1. maven-dist is now obsolete, maven artifacts are taken from dist2. release manager should use 'mvn deploy:deploy-file' to deploy POI artifacts, dist/mvn-deploy.sh is automatically generated by the maven-poms task3. each poi module now has its own pom template in the ./maven directory 15 years ago
  Yegor Kozlov 94039e7cc8 junit should run with fork=yes, this option is important for gump wich operates in the -Dbuild.sysclasspath=only. ooxml-testcases were the case 15 years ago
  Yegor Kozlov 6dd30fcaf5 removed dependencies for jaxen and xerces, ooxml module does not need them 15 years ago
  Yegor Kozlov 726a77f418 minor improvements in build.xml, also fixed indents 15 years ago
  Yegor Kozlov f143809549 javadocs cleanup 15 years ago
  Yegor Kozlov d61df950d9 fixed a typo in the url to junit 15 years ago
  Yegor Kozlov f85249cf3c improved tasks for fetching jars 15 years ago
  Yegor Kozlov 886e06cb2a 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessPlan.java3. misc bug fixes 15 years ago
  Yegor Kozlov 958a47a453 1. moved ooxml enums into interfaces-jdk15, they are common and should be in the place as the interfaces 2. removed obsolete and deprecated classes 3. Fixed XSSFWorkbook.cloneSheet. Now it makes a 'true' deep copy of a sheet 4. ooxml has a compile-time dependency on scratchpad, fixed build.xml to reflect that 15 years ago
  Yegor Kozlov f929eb1f20 1. support for the ooxml maven dependencies: 15 years ago
  Yegor Kozlov 1b3dc1ab13 set trunk version.id=3.3-alpha1 15 years ago
  Nick Burch 1b87842734 Update for 3.5 beta 4 being the next version 15 years ago