335 Commits (8eaddd5fe2cbf21ec3d348644455d5efdd049bf3)

Author SHA1 Message Date
  Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 years ago
  Yegor Kozlov 4b1b2f4af2 validate hyperlink address as discussed on poi-user 12 years ago
  Yegor Kozlov 1b65bb839a Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 12 years ago
  Yegor Kozlov f5c1596661 Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString 12 years ago
  Yegor Kozlov 587cfe2d2f Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString 12 years ago
  Yegor Kozlov 89916468a5 Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file 12 years ago
  Yegor Kozlov 217dbe5502 fixed javadoc warnings 12 years ago
  Yegor Kozlov fc4c8d077e Bugzilla 52268 - support cloning sheets with drawings in XSSF 12 years ago
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 years ago
  Nick Burch fab3636895 Patch from bug #52190 - null check on XWPF setFontFamily 12 years ago
  Nick Burch fc6029fca4 Add a bit more XSSFDrawing testing, not all of which works properly yet... 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
  Nick Burch b79c6fc1a4 Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used 12 years ago
  Nick Burch dfa4805ce7 New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts 12 years ago
  Yegor Kozlov e4b2a66d09 more progress with xssf chart api, see Bug 51196 12 years ago
  Yegor Kozlov 0a0a6a81da fixed missing ASF licence headers 13 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 31624647c2 fixed bug 51470 - avoid exception when cloning XSSF sheets with background images 13 years ago
  Yegor Kozlov f804dd9e7b Fixed bug 51533 - Avoid exception when changing name of a sheet containing shared formulas 13 years ago
  Yegor Kozlov 0a86816c7c more progress with support for charts in XSSF, see patch 51196 13 years ago
  Yegor Kozlov 585c3d0e6f support for hyperlinks in SXSSF 13 years ago
  Nick Burch 84ff0f8423 Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality 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 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 7827d9101e Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks 13 years ago
  Yegor Kozlov b8df0e686b Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked() 13 years ago
  Yegor Kozlov 26c6241c8a Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs 13 years ago
  Yegor Kozlov 8c7449a0bf Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters 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
  Yegor Kozlov b0f8fcc9ee Bug 50458: Fixed missing shapeId in XSSF drawings 13 years ago
  Yegor Kozlov e229a9e472 Bug 51196: more progress with Spreadsheet Chart API 13 years ago
  Yegor Kozlov b988ca3855 bug 51265: Enhanced Handling of Picture Parts in XWPF 13 years ago
  Yegor Kozlov 229a0ad0b9 Bug 51098 - Error in calculating image width/height, if image fits into one cell 13 years ago
  Nick Burch 6cd7769206 Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get 13 years ago
  Yegor Kozlov 3392d09375 Bugzilla 51196: Initial support for Spreadsheet Chart API 13 years ago
  Yegor Kozlov a50e57e58f improved test coverage for SXSSF 13 years ago
  Yegor Kozlov 05be49ef24 fixed resizing pictures in XSSF, see Bugzilla 51160 13 years ago
  Nick Burch e94feeee12 As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook 13 years ago
  Nick Burch 11a75497e5 Fix bug #50956 - Correct XSSF cell style cloning between workbooks 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 d290f515a4 Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet. 13 years ago
  Nick Burch 4a24d9babf Correct the fetching of Drawings from a XSSFChartSheet 13 years ago