1943 Commits (5b42301a451bd4c4598b6f85bab7b1e53b72aef4)

Author SHA1 Message Date
  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 10 years ago
  Nick Burch 228abc5322 Include the maximum number of Cell Styles in the spreadsheet versions class 10 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
  Nick Burch f19982e245 Areas can have multi-sheet references too, so add FormulaParser support to these as well 10 years ago
  Nick Burch 846a1f84a2 Update Ref3DPxg to support multi-sheet ranges too, for #55906 10 years ago
  Nick Burch 25f32c90ae Refactor to reduce clutter 10 years ago
  Nick Burch 1dd9e43898 More progress towards #55906 - Have the ExternSheet references set up for multi-sheet references 10 years ago
  Nick Burch c5dd59014e More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 10 years ago
  Nick Burch c40ed2f754 More internal method signature updates, for HSSF external sheets being possible ranges, for #55906 10 years ago
  Nick Burch 904d73c847 Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 10 years ago
  Nick Burch 6a92588230 #55906 Extern Sheet References can have a last as well as a first sheet 10 years ago
  Nick Burch f3dba52888 Patch from thaichat04 from bug #56194 - HPSF thumbnail format tags are int not unit 10 years ago
  Nick Burch 7db6e8557e Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 years ago
  Nick Burch 3ba465ecb3 Fix javadoc warning 10 years ago
  Nick Burch c76f167603 Correct HSSFOptimiser logic for the case where the to-keep style wasn't previously in use. Fixes #54443 10 years ago
  Nick Burch eddef8c7f8 Fix inconsistent whitespace 10 years ago