142 Commits (8e89928c883077b5720f83e937e53bb2f9af0c52)

Author SHA1 Message Date
  Dominik Stadler 8e89928c88 Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future 10 years ago
  Dominik Stadler 59b0bd2ef0 Bug 55745: fix handling of tables in XSSF if there are comments as well, there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables. 10 years ago
  Dominik Stadler 425ab7b6dc Bug 53798: Add fix for XmlValueDisconnectException during shifting rows 10 years ago
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) 10 years ago
  Dominik Stadler 51a7f3e333 Bug 52233: try to fix this without breaking the format of xlsx-files. 11 years ago
  Dominik Stadler 70dc3d38ca Revert changes from rev. 1513916 as it severly broke writing valid xlsx files 11 years ago
  Dominik Stadler 8efac247db Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find out why the ColsArray was set to null in the write() method. By removing this the writing of the sheet does not invalidate the Workbook any more and makes the test case work fine. 11 years ago
  Tim Allison e4ba611f12 POI-55294 and 52186 11 years ago
  Dominik Stadler 11ceaebac6 Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows 11 years ago
  Dominik Stadler d1a21260ca Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol() 11 years ago
  Yegor Kozlov 022b06d172 Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update shared formulas 11 years ago
  Yegor Kozlov f55e1011ff Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level manual flag< 11 years ago
  Yegor Kozlov 1db8a56baa removed #Override from interfaces to keep javac on JDK 1.5 happy 12 years ago
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 12 years ago
  Yegor Kozlov f8988b11af fixed compilation errors on JDK 1.5 12 years ago
  Yegor Kozlov 1de04ad5f8 Bugzilla 53500 - Getter for repeating rows and columns 12 years ago
  Yegor Kozlov 2c1f56d1fb support for setting color of sheet tab in XSSF 12 years ago
  Yegor Kozlov f3d9f2bdd9 Bugzilla 52574 - support setting header / footer page margins in HSSF 12 years ago
  Yegor Kozlov a6f40e2952 Bugzilla 51790: fixed reading shared formulas in XSSF 12 years ago
  Yegor Kozlov bc48e85daa Bugzilla 52626: fixed setting default row height in HSSF and XSSF 12 years ago
  Nick Burch fab3636895 Patch from bug #52190 - null check on XWPF setFontFamily 12 years ago
  Nick Burch 07e31b1879 Fix bug #51850 - support creating comments in XSSF on an earlier slide when later ones already have them 12 years ago
  Yegor Kozlov 987b7cf9b1 Bug 51635 - Improved performance of XSSFSheet#write 13 years ago
  Yegor Kozlov d6fdb2dec1 fixed compilation errors 13 years ago
  Yegor Kozlov e97caa9c1b support for conditional formatting in XSSF including docs and examples 13 years ago
  Nick Burch a7306f6d4f Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on the common spreadsheet Sheet interface, as per existing HSSF support 13 years ago
  Yegor Kozlov 585c3d0e6f support for hyperlinks in SXSSF 13 years ago
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 years ago
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF 13 years ago
  Yegor Kozlov 60a656d6e2 cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output 13 years ago
  Yegor Kozlov 26c6241c8a Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs 13 years ago
  Yegor Kozlov 49448123e1 Bug 48408: Improved documentation for Sheet.setColumnWidth 13 years ago
  Yegor Kozlov 64208474aa Bug 50681 - Fixed autosizing columns beyond 255 character limit 13 years ago
  Nick Burch f7ed387745 Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the common usermodel Sheet, using sheetCalcPr fullCalcOnLoad="true" 13 years ago
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 years ago
  Nick Burch 8a06e7d60c Fix bug #51061 - Correct target URI for new XSSF Tables 13 years ago
  Nick Burch 4a24d9babf Correct the fetching of Drawings from a XSSFChartSheet 13 years ago
  Nick Burch 948fe2fc6f More test for bug #49381 / #50884 - xssf freeze panes 13 years ago
  Nick Burch e9b19a79f7 Add support for adding a table to a XSSFSheet 13 years ago
  Nick Burch b07c986c9d Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/column matches the documentation + HSSF (CellReference is row,column) 13 years ago
  Nick Burch 5cf593d1c7 Fix bug #50829 - Support for getting the tables associated with a XSSFSheet 13 years ago
  Yegor Kozlov 18a1054792 Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 13 years ago
  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 years ago
  Yegor Kozlov 6591e4d3e7 clear calculation chain when deleting row or chaing cell type to blank, see Bugs 50113 and 49966 13 years ago
  Yegor Kozlov 3aef93a73b use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 years ago
  Yegor Kozlov 6f62a4397d suppress deprecation warnings in poi-ooxml 13 years ago
  Yegor Kozlov 3eea555e41 revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations 13 years ago
  Yegor Kozlov 45f1391ee7 fixed evaluation of shared formulas in XSSF, see Bugzilla 49872 13 years ago
  Yegor Kozlov 0a97b41c1d avoid corruption of XSSFWorkbook after removing all merged cells from sheet, see Bugzilla 49895 13 years ago
  Nick Burch 4ef42e3bbc Remove 1.6isms which prevent compilation on Java 1.5 13 years ago