64 Commits (e270c4ca5cfbb86ab05bd7dba41bf375b08cb711)

Author SHA1 Message Date
  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 56051c3e44 merge with trunk 9 years ago
  Andreas Beeker f39e6bea74 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
  Nick Burch 939bc4442d Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables 10 years ago
  Andreas Beeker d58466c8b3 update *ssf-workbook tests to junit4 10 years ago
  Dominik Stadler 7f22915265 Bug 51158: clear out Memory-based part before writing to it, 10 years ago
  Dominik Stadler 57de5b995d Tried to reproduce Bug 47090, but seems to be fixed now. 10 years ago
  Dominik Stadler f06e06ef12 Add testcase which tries to reproduce Bug 48495, but seems to be fixed 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
  Yegor Kozlov 95366195ff Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() 11 years ago
  Yegor Kozlov f55e1011ff Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level manual flag< 11 years ago
  Yegor Kozlov 2c1f56d1fb support for setting color of sheet tab in XSSF 12 years ago
  Yegor Kozlov e4b2a66d09 more progress with xssf chart api, see Bug 51196 12 years ago
  Yegor Kozlov f804dd9e7b Fixed bug 51533 - Avoid exception when changing name of a sheet containing shared formulas 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
  Nick Burch cc8c15ca6c Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list 14 years ago
  Josh Micich feafcb8f48 Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 14 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 14 years ago
  Josh Micich e8b5f36704 fixing compiler warnings - unused imports, declared exceptions not thrown 15 years ago
  Josh Micich e918a0cd0d Fixed unused imports compiler warnings (and some others) 15 years ago
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 years ago
  Yegor Kozlov 58f32a32b5 removed temporary fix for compatibility with Mac Excel 2008 Sp2 15 years ago
  Yegor Kozlov 51baaaafbd fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bugzilla #46419 and #47559 15 years ago
  Yegor Kozlov 27832ad356 Fixed NPE when retrieving core properties from a newly created workbook, see Bugzilla 47460 15 years ago
  Yegor Kozlov 3601f7f8c6 fixed XSSF and OpenXml4J to read/write relationships with targets starting with '#' (internal locations), see Bugzilla 47504 15 years ago
  Yegor Kozlov bb85e52d3d Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzilla 47411 15 years ago
  Yegor Kozlov 8363279282 fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId sequence is not continious 15 years ago
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests 15 years ago
  Yegor Kozlov 9adb9cc6d3 improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc 15 years ago
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Yegor Kozlov d3dd1fbbcd renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 15 years ago
  Yegor Kozlov ea3f604103 more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 15 years ago
  Yegor Kozlov 958a47a453 1. moved ooxml enums into interfaces-jdk15, they are common and should be in the place as the interfaces 2. removed obsolete and deprecated classes 3. Fixed XSSFWorkbook.cloneSheet. Now it makes a 'true' deep copy of a sheet 4. ooxml has a compile-time dependency on scratchpad, fixed build.xml to reflect that 15 years ago
  Yegor Kozlov 4ea70e1da5 improved XSSFName:check for name uniqueness, validate name name, more unit tests and javadocs 15 years ago
  Yegor Kozlov acfcbeb3c5 applied patches #46079, #46080 and #46081 by Gisella Bronzetti 15 years ago
  Yegor Kozlov db877653b7 more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 15 years ago
  Yegor Kozlov c63434df63 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF code, will be refactored in future.2. fixed bug #45974: XSSFCell.getCellStyle can return null3. more code cleanup and reaftoring, removed usages of obsolete XSSFCell.getCellNum() in favor of XSSFCell.getColumnIndex(), also more javadoc in core classes 15 years ago
  Yegor Kozlov 6e94780280 applied patch #46003 by Gisella Bronzetti 15 years ago
  Yegor Kozlov f160dd1e7b more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizing is supported; implemented initial support for shape groups. Common HSSF-XSSF drawing interfaces are still TODO. 15 years ago
  Yegor Kozlov a9f18bad9d applied patch #45492 submitted by Gisella Bronzetti,also performed major cleanup of StylesTable and its components, the goal was to ensure that StylesTable works as a cache of styling components, not just a regular store of fill patterns and cell styles. 15 years ago
  Yegor Kozlov 0c4ee58c9f refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way XSSFWorkbook is a root of a tree: XSSFSheets are children, XSSFDrawings are children of worksheets, etc, 15 years ago
  Josh Micich 9874fdf90c Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheet 15 years ago
  Josh Micich 93e1ccd36b Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillForegroundColor to not throw NPE if fill has not been set. Some other code clean up. 15 years ago
  Yegor Kozlov 0bb6110bd1 applied patches #45894 and #45892, also major cleanup of XSSFSheet and related classes 15 years ago
  Yegor Kozlov 75b8b893e5 misc ooxml improvements:" 15 years ago