Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nick Burch dd1af3acd9 Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later il y a 13 ans
..
extensions Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later il y a 13 ans
helpers Fix deprecated warnings il y a 14 ans
AllXSSFUsermodelTests.java Added CellRange return type for Sheet array formula methods. Renamed new test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. il y a 14 ans
TestFormulaEvaluatorOnXSSF.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings il y a 13 ans
TestSheetHiding.java improved API for hiding sheets, see Bugzilla 49878 il y a 13 ans
TestXSSFBugs.java Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later il y a 13 ans
TestXSSFCell.java Add a few more little bits of formula unit tests il y a 13 ans
TestXSSFCellStyle.java Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later il y a 13 ans
TestXSSFChartSheet.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. il y a 14 ans
TestXSSFColor.java Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pushing the logic out of XSSFCellStyle and into ThemesTable + make it easier to call il y a 13 ans
TestXSSFComment.java Fix deprecated warnings il y a 14 ans
TestXSSFDataFormat.java Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off il y a 13 ans
TestXSSFDataValidation.java support for data validation for OOXML, see Bugzilla 49244 il y a 14 ans
TestXSSFDialogSheet.java improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc il y a 15 ans
TestXSSFDrawing.java removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite il y a 14 ans
TestXSSFExternalFunctions.java 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 il y a 13 ans
TestXSSFFont.java Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware il y a 13 ans
TestXSSFFormulaEvaluation.java Fixed evaluation of cell references with column index greater than 255, see bugzilla 50096 il y a 13 ans
TestXSSFFormulaParser.java moved ptg classes to org.apache.poi.ss.formula.ptg il y a 13 ans
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter il y a 15 ans
TestXSSFHyperlink.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. il y a 14 ans
TestXSSFName.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. il y a 14 ans
TestXSSFPicture.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. il y a 14 ans
TestXSSFPictureData.java Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension il y a 13 ans
TestXSSFPrintSetup.java Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it il y a 13 ans
TestXSSFRichTextString.java Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware il y a 13 ans
TestXSSFRow.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. il y a 14 ans
TestXSSFSheet.java Fix bug #50829 - Support for getting the tables associated with a XSSFSheet il y a 13 ans
TestXSSFSheetAutosizeColumn.java use cached formula result when autosizing sheet columns, see Bugzilla 50211 il y a 13 ans
TestXSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. il y a 14 ans
TestXSSFSheetUpdateArrayFormulas.java improved usermodel to prevent data corruption when setting array formulas, mimic Excel behaviour and block changing cells included in multi-cell arrays il y a 14 ans
TestXSSFVMLDrawing.java improved work with cell comments in XSSF, also added support for cell comments to SS interfaces il y a 14 ans
TestXSSFWorkbook.java Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list il y a 14 ans