poi/src/ooxml/testcases/org/apache/poi/xssf/usermodel
Yegor Kozlov 796a0eea4f renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719547 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 09:22:07 +00:00
..
extensions consolidated TestXSSFHeaderFooter 2008-11-19 18:54:41 +00:00
helpers more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 2008-10-25 11:48:50 +00:00
AllXSSFUsermodelTests.java Fixed XSSFName and test cases 2008-11-18 17:01:57 +00:00
TestFormulaEvaluatorOnXSSF.java Merged revisions 696860,696898 via svnmerge from 2008-09-19 07:32:34 +00:00
TestSheetHiding.java more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 2008-10-29 19:12:47 +00:00
TestXSSFBugs.java renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00
TestXSSFCell.java more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 2008-10-25 11:48:50 +00:00
TestXSSFCellStyle.java more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 2008-10-29 19:12:47 +00:00
TestXSSFComment.java more code cleanup and refactoring: (a) removed references to ooxml schemas from XSSF enums, they should not depend on ooxml-schemas.jar 2008-10-19 12:54:40 +00:00
TestXSSFDialogSheet.java more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 2008-10-25 11:48:50 +00:00
TestXSSFDrawing.java more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 2008-10-25 11:48:50 +00:00
TestXSSFFont.java more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 2008-10-29 19:12:47 +00:00
TestXSSFFormulaEvaluation.java 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed LinkedList in favor of TreeMap, that allowed O(Log(N)) performance instead of O(N) when adding new rows and cells2. Revised cell value accessors in XSSFCell. Now both HSSF and XSSF handle various cell types equally. The same exceptions are thrown in case of type mismatch, same behaviour when setting nulls, etc. 2008-10-23 18:57:28 +00:00
TestXSSFHeaderFooter.java consolidated TestXSSFHeaderFooter 2008-11-19 18:54:41 +00:00
TestXSSFHyperlink.java 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, 2008-09-30 13:57:36 +00:00
TestXSSFName.java renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00
TestXSSFPicture.java Initial support for SpreadsheetML drawings,implemented XSSFPicture, added ability to add pictures to workbook, refactored XSSFPictureData to be a subclass of POIXMLDocumentPart. Also refactored misc odds and ends in order to produce xml better compatible with what MS Office produces 2008-10-10 14:54:32 +00:00
TestXSSFPictureData.java Initial support for SpreadsheetML drawings,implemented XSSFPicture, added ability to add pictures to workbook, refactored XSSFPictureData to be a subclass of POIXMLDocumentPart. Also refactored misc odds and ends in order to produce xml better compatible with what MS Office produces 2008-10-10 14:54:32 +00:00
TestXSSFPrintSetup.java 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 2008-10-28 10:03:51 +00:00
TestXSSFRichTextString.java 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessPlan.java3. misc bug fixes 2008-11-06 10:49:51 +00:00
TestXSSFRow.java 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 2008-10-21 17:56:34 +00:00
TestXSSFSheet.java 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, was 1-based2. repackaged common xssh-hssf examples, created a page in the site for them 3. converted broken non-ascii characters to unicode in TestMetaDataIPI and TestWriteWellKnown 2008-11-14 11:56:41 +00:00
TestXSSFWorkbook.java renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00