170 Commits (301624a4c22b37a37e34ed9042d63b5bb7b53da7)

Author SHA1 Message Date
  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 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 72054fb08d Partial fix for #56537 - Have Workbook offer a close() method, which in turn closes the NPOIFS or OPC resource from which it was loaded 10 years ago
  Dominik Stadler 8812a4ea04 Re-use functionality from HSSFWorkbook in dev-tools to find the 10 years ago
  Nick Burch ccb7cc6015 Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a helpful error if found, plus tests. Fixes #55692 10 years ago
  Yegor Kozlov f6cb7f14ac Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF 10 years ago
  Yegor Kozlov 1ffc66625a Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF 10 years ago
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
  Dominik Stadler d415bf5d06 Also fix some Eclipse warnings while hunting Bugs: Generics, unused 10 years ago
  Dominik Stadler 607521c2df Various small Eclipse warning fixes, 11 years ago
  Nick Burch 7067e87b8b Fix from Florian Hopf from bug #54564 - Fix error message text 11 years ago
  Nick Burch 8b4cc4c474 Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test) 11 years ago
  Yegor Kozlov d1a6ade582 Bugzilla 55036 - Dec2HEx formula support 11 years ago
  Yegor Kozlov 0f299e5b5f Bugzilla 54625 - Register user-defined functions in instance scope instead of static 11 years ago
  Nick Burch c5b2f7dc7f Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests 11 years ago
  Yegor Kozlov 146345aef8 Bug #53404 - Fixed compatibility issue with modifying xls files created by POI-3.6 and earlier 11 years ago
  Evgeniy Berlog 5628be26a8 fixed bug 53028, added check before serialization if any cell contains 2 or more comments 12 years ago
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 years ago
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns 12 years ago
  Evgeniy Berlog 4e646a7182 implemented cloning of shapes 12 years ago
  Evgeniy Berlog 47dd454579 moved HSSFObjectData into drawing layer 12 years ago
  Evgeniy Berlog 8b027ef5cd checked all examples, added several features 12 years ago
  Yegor Kozlov d8c58eb036 optimized unused imports and removed deprecation warnings in poi-main 12 years ago
  Yegor Kozlov a3a8dcf335 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 years ago
  Yegor Kozlov 217dbe5502 fixed javadoc warnings 12 years ago
  Yegor Kozlov cbb80e2943 Support for appending images to existing drawings in HSSF 13 years ago
  Yegor Kozlov 95b70a204b bug 46250 - Fixed cloning worksheets with images 13 years ago
  Nick Burch 432167c031 Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix some generics warnings 13 years ago
  Nick Burch f8aa3bcced Fix first part of bug #51514 - HSSF copy nodes from NPOIFS 13 years ago
  Yegor Kozlov b515618dff bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references 13 years ago
  Yegor Kozlov a3cad58fa8 added Workbook.getForceFormulaRecalculation as requested in Bug 51422 13 years ago
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 years ago
  Yegor Kozlov 8c7449a0bf Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters 13 years ago
  Yegor Kozlov 8b85912bed cleaned javadocs warnings 13 years ago
  Nick Burch 2920d7ceab Fix generics warnings, and make the NPOIFS and deprecated constructor parts of Publisher clearer and consistent with other parts 13 years ago
  Nick Burch 71d3ec25d8 Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based 13 years ago
  Yegor Kozlov 20062200df fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded 13 years ago
  Nick Burch 8d1adcac91 Fix generics warnings, and add another constructor 13 years ago
  Nick Burch f22e831a0f Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy up the POIDocument constructor to not need both passing in 13 years ago
  Yegor Kozlov db89d09ca3 improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 13 years ago
  Yegor Kozlov fa5be6e820 improved LinkTable to support registering external UDFs. 13 years ago
  Yegor Kozlov 1fa438375b moved ptg classes to org.apache.poi.ss.formula.ptg 13 years ago
  Yegor Kozlov 41b294edbf moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 years ago
  Yegor Kozlov 69cfa15160 avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not found 13 years ago
  Yegor Kozlov 6abbe13c0d cleaned javadoc warnings 13 years ago
  Yegor Kozlov 1c753d4b75 support for retrieving pictures from HSSF workbooks, see bugzilla 50022 13 years ago
  Nick Burch 4c20bb6d8d Tweak constructor to be more open, and fix some generics warnings 13 years ago
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 13 years ago
  Nick Burch ba5f6a5cf3 Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generating valid sheet names 14 years ago