125 Commity (95366195ff6f2960b8a912bd02858f50b02e573e)

Autor SHA1 Wiadomość Data
  Yegor Kozlov 95366195ff Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 11 lat temu
  Yegor Kozlov f55e1011ff Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level manual flag< 11 lat temu
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 lat temu
  Nick Burch a92c6453ab Update JavaDocs to make it clearer to users about the different constuctors 12 lat temu
  Yegor Kozlov a5375147a1 Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 12 lat temu
  Yegor Kozlov 89916468a5 Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file 12 lat temu
  Yegor Kozlov 217dbe5502 fixed javadoc warnings 12 lat temu
  Yegor Kozlov fc4c8d077e Bugzilla 52268 - support cloning sheets with drawings in XSSF 12 lat temu
  Nick Burch dfa4805ce7 New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts 12 lat temu
  Yegor Kozlov 31624647c2 fixed bug 51470 - avoid exception when cloning XSSF sheets with background images 13 lat temu
  Yegor Kozlov a3cad58fa8 added Workbook.getForceFormulaRecalculation as requested in Bug 51422 13 lat temu
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 lat temu
  Yegor Kozlov 8c7449a0bf Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters 13 lat temu
  Nick Burch ee6bb48894 Fix bug #49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there 13 lat temu
  Yegor Kozlov 6269ee2312 Change related formulas and named ranges when XSSFWorkbook.setSheetName is called, see Bugzilla 47100 13 lat temu
  Yegor Kozlov 18a1054792 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 lat temu
  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 lat temu
  Yegor Kozlov af69c81199 moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 13 lat temu
  Yegor Kozlov 6f62a4397d suppress deprecation warnings in poi-ooxml 13 lat temu
  Yegor Kozlov 3eea555e41 revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations 13 lat temu
  Nick Burch 8d0eb2afe9 Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas 13 lat temu
  Yegor Kozlov eac4e0b485 fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907 13 lat temu
  Yegor Kozlov 6d0d44d0aa allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars 13 lat temu
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 13 lat temu
  Yegor Kozlov 7bc987afea fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875 13 lat temu
  Nick Burch adb08300e4 Fix deprecated warnings 14 lat temu
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour 14 lat temu
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 lat temu
  Yegor Kozlov 5bb2570155 avoid creating unnecessary temp files, tighten up usage of temp files in unit tests 14 lat temu
  Yegor Kozlov 691795a115 Avoid creating temporary files when opening OPC packages from input stream 14 lat temu
  Yegor Kozlov 787da03838 added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 lat temu
  Yegor Kozlov 12a00cc2f3 memory usage optimization in XSSF - avoid creating parentless xml beans 14 lat temu
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 lat temu
  Ugo Cei f3e6137e01 [47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini. 14 lat temu
  Josh Micich 30dcd66257 Improvements to patch 47809 (support for UDFs) 14 lat temu
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 14 lat temu
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 14 lat temu
  Josh Micich e918a0cd0d Fixed unused imports compiler warnings (and some others) 15 lat temu
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 lat temu
  Yegor Kozlov 58f32a32b5 removed temporary fix for compatibility with Mac Excel 2008 Sp2 15 lat temu
  Yegor Kozlov 0226855729 Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when removing repeated rows and columns, see Bugzilla 47620 15 lat temu
  Paolo Mottadelli a281e49b94 Custom XML import features; tests and implementation 15 lat temu
  Yegor Kozlov 51baaaafbd fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bugzilla #46419 and #47559 15 lat temu
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 15 lat temu
  Yegor Kozlov bb85e52d3d Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzilla 47411 15 lat temu
  Yegor Kozlov b10d44cf52 Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes, see bugzilla #47294 15 lat temu
  Yegor Kozlov 8363279282 fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId sequence is not continious 15 lat temu
  Yegor Kozlov 9eff4e10b3 Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028 15 lat temu
  Josh Micich 68dcbbfa15 added Workbook.getName(String) method. Fixed javadoc on related methods 15 lat temu
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests 15 lat temu