22 Commits (d8421364646f195743625f24848205f999cdca53)

Author SHA1 Message Date
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 4 years ago
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
  Josh Micich 2ea7bc5eef Initial support for evaluating external add-in functions like YEARFRAC 16 years ago
  Josh Micich 9b67bb83a4 Extensive fixes for data validation (bug 44953) 16 years ago
  Nick Burch 6cc974bd72 Patch from bug #45398 - Support detecting date formats containing "am/pm" as date times 16 years ago
  Nick Burch 320891847c Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date based 16 years ago
  Nick Burch 54ded07bd2 Fix bug #44977 - Support for AM/PM in excel date formats 16 years ago
  Nick Burch ec1b495a0a Copy HSSFDateUtils to ss.usermodel, and leave a proxy behind 16 years ago
  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 years ago
  Ugo Cei 63879b5ec7 Merged revisions 618680-620582 via svnmerge from 16 years ago
  Nick Burch d543f9034a Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00, 20:00+00:00 and 20:00+03:00 will all be recorded as 20:00, and not 17:00 / 20:00 / 23:00 (pass a Date not a Calendar for old behaviour) - patch from bug #38641 16 years ago
  Nick Burch 212604f51e Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date formats 16 years ago
  Nick Burch 612d99b8eb Support 1904 date windowing, in addition to 1900 date windowing (patch from bug #43551) 16 years ago
  Nick Burch 994cc7c045 Fix from Pavel Krupets for Excel Bug Date (1900/2/29) 16 years ago
  Nick Burch 0b2c404d55 Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat. A few improvements to isADateFormat, and to HSSFCellStyle to allow calling of it. Plus tests 17 years ago
  Yegor Kozlov 695dae4c92 keep the javadoc compiler quiet 17 years ago
  Nick Burch 62432eae1e Yet more javadoc fixes 17 years ago
  Yegor Kozlov bc01bbb80e make the code compatible with JDK 1.4.2 17 years ago
  Nick Burch e40fac5f9b Add a new method on HSSFDateUtil of isADateFormat, which will cope with both internal excel date formats, and custom date formats the are for dates (plus test) 17 years ago
  Henri Yandell b8f7a14477 Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 17 years ago
  Glen Stampoultzis ed3268bd93 Merged REL_2_BRANCH to head. 20 years ago
  Glen Stampoultzis 58f1c92183 New licence changes. 20 years ago
  Avik Sengupta 3b5155f632 bug 24125 - date formats. sync to head. 20 years ago
  Glen Stampoultzis 94a82d71ff Changed copyright from 2002 to 2003 21 years ago
  Andrew C. Oliver 27a7b12c20 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14375 21 years ago
  Andrew C. Oliver e191c1b553 you should now be able to check for date formats from the eventmodel 22 years ago
  Avik Sengupta 40c021bec3 Add util method to check date formatting in Excel, submitted by Jason Hoffman 22 years ago
  Glen Stampoultzis 2f4ae62daf Fixed email address 22 years ago
  Andrew C. Oliver 833d29b9e0 Initial revision 22 years ago