1893 Commits (c2113c8a7107942314f4250802c8079ede60d97f)

Author SHA1 Message Date
  Dominik Stadler c2113c8a71 Bug 57003: Add implementation of function FIXED 9 years ago
  Nick Burch 9bb00e4228 Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. This closes #11 from github 9 years ago
  Nick Burch 9c21ed23f9 Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from github 9 years ago
  Nick Burch dc12c0ab12 FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897 9 years ago
  Nick Burch 9fbb7724aa Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo 9 years ago
  Nick Burch ca59b7c8af Partial HSSF support for adding new external workbook formula references for #57184 9 years ago
  Nick Burch 30a99d7a0d Improve BiffViewer output for SupBookRecord 9 years ago
  Nick Burch 4cb616f1f3 Add missing HSSFWorkbook constructor javadocs #57166 9 years ago
  Dominik Stadler c3753981dd Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations. 9 years ago
  Cédric Walter 4364b1621d Bug 57150: Added EOMONTH function 9 years ago
  Andreas Beeker 4112a026f9 Bug 57143 - Javadocs and throws clause for WorkbookUtil 9 years ago
  Andreas Beeker c828d44a84 house keeping - fixes for sonarqube blockers 9 years ago
  Dominik Stadler 4b66316963 Bug 57010: Add implementation of function PROPER 9 years ago
  Nick Burch 7832ad993c SheetUtil helper for finding the main cell of a merged region, if in one 9 years ago
  Nick Burch aa6ea5344b Add a note on how this is not the right way to make a string of your cell 9 years ago
  Andreas Beeker 860892e68d Bug 57080 - IndexOutOfBoundsException in poi decryptor 9 years ago
  Dominik Stadler 3fa91e06f2 Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
  Dominik Stadler e270c4ca5c Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes 9 years ago
  Dominik Stadler 5f4551da69 Print out current version of java before building to allow to see in build output if we use a supported Java VM version 9 years ago
  Andreas Beeker 9acd59dd9c more tests, some refactoring 9 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Nick Burch ce04adaf47 More from Daniel Bonniot from bug #56956 - Make the FileChannel default read-only too, more in keeping with 3.10 behaviour 9 years ago
  Nick Burch e627fa54a2 Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem constructor with a FileChannel and the read-only option 9 years ago
  Nick Burch 6ae6f2fcb3 Expose get/set reading order from the extended format record to the hssf cell style (XSSF does it differently, so not suitable for the interface) 9 years ago
  Andreas Beeker 314b9f60de Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with replacements from j.u.Arrays 9 years ago
  Andreas Beeker d71574d531 Bug 51483 - XSSF locking of specific features not working 9 years ago
  Dominik Stadler 94edf46bbf Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as else-result 9 years ago
  Dominik Stadler 9a002910c5 Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer 9 years ago
  Nick Burch 5a6da94159 Fix indents / whitespace 9 years ago
  Nick Burch 228abc5322 Include the maximum number of Cell Styles in the spreadsheet versions class 9 years ago
  Uwe Schindler b89e0499d3 Add Dominik's suggestion to DocumentBuilderFactories. I also removed the setXIncludeAware(false) in XMLHelper, because it causes the same problem and is disabled by default. 10 years ago
  Andreas Beeker ea5645e80f some changes because of test errors 10 years ago
  Andreas Beeker 9660a04c19 Xml signature support - version 1 10 years ago
  Andreas Beeker bacc106cb7 Another test for NPOIFS in-place writing support - probably the deletion of an entry causes the problem 10 years ago
  Nick Burch ceb9427afb Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 10 years ago
  Nick Burch 17de55241f Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, avoid inverting the relative flag 10 years ago
  Nick Burch cc5a60f061 Fix javadoc warnings 10 years ago
  Nick Burch 301624a4c2 Fix bug #53984 - Support the ColInfoRecord coming after the cells, rather than before as is normal, and also handle things so that if an unsupported BofRecord is found for a sheet, warn and skip rather than breaking 10 years ago
  Nick Burch 07a5669701 Correct logic for the start-of-sheet missing rows, for event user model, and add tests for this 10 years ago
  Nick Burch bde5d39cbd Start on details tests for bug #53433 10 years ago
  Nick Burch a7df4f8b92 #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
  Nick Burch 939bc4442d Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 years ago
  Dominik Stadler 15476cd981 Add/Fix some Javadoc 10 years ago
  Nick Burch cd7de7d482 Complete evaluation support for multi-sheet references for bug #55906 10 years ago
  Nick Burch af999df6ae Begin required interface + base-class support for multi-sheet area references for #55906 10 years ago
  Nick Burch 93f8a87e96 Allow XSSF to evaluate multi-sheet references too, for #55906 10 years ago
  Nick Burch ed4ee108b4 Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 10 years ago
  Nick Burch eb66cf9a08 Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906 10 years ago
  Nick Burch a0ebce023b Update the XSSF getExternalSheet method signature, to start to prepare for sheet ranges 10 years ago
  Nick Burch e1f4548dcf More tests for #55906, and provide a new eval that lets you get at evals for many sheets 10 years ago