poi/src/ooxml/java/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 javadocs cleanup 2008-11-07 16:57:23 +00:00
helpers 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
XSSFActiveXData.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
XSSFAnchor.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
XSSFCell.java more updates in javadocs and site documentation, also misc improvements in common hssf-xssf interfaces 2008-11-14 20:29:42 +00:00
XSSFCellStyle.java javadocs cleanup 2008-11-07 16:57:23 +00:00
XSSFChildAnchor.java 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. 2008-10-17 15:14:00 +00:00
XSSFClientAnchor.java common ss interfaces for drawing, clientacnhor and picture, also some refactoring of common hssf-xssf code 2008-11-12 07:15:37 +00:00
XSSFColor.java converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet 2008-11-09 19:45:45 +00:00
XSSFComment.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
XSSFConnector.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
XSSFCreationHelper.java common ss interfaces for drawing, clientacnhor and picture, also some refactoring of common hssf-xssf code 2008-11-12 07:15:37 +00:00
XSSFDataFormat.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
XSSFDialogsheet.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
XSSFDrawing.java common ss interfaces for drawing, clientacnhor and picture, also some refactoring of common hssf-xssf code 2008-11-12 07:15:37 +00:00
XSSFEvaluationCell.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
XSSFEvaluationSheet.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
XSSFEvaluationWorkbook.java renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00
XSSFEvenFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFEvenHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFactory.java converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet 2008-11-09 19:45:45 +00:00
XSSFFirstFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFirstHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFFont.java javadocs cleanup 2008-11-07 16:57:23 +00:00
XSSFFormulaEvaluator.java Changes to formula evaluation allowing for reduced memory usage 2008-11-13 20:22:17 +00:00
XSSFHyperlink.java applied patches #46079, #46080 and #46081 by Gisella Bronzetti 2008-10-25 13:39:43 +00:00
XSSFName.java renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00
XSSFOddFooter.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFOddHeader.java applied patches #46119, #46120 and #46078 by Gizella Bronzetti 2008-10-30 09:42:53 +00:00
XSSFPicture.java applied fix suggested in bug#46197: missing cast to float resulted in incorect calculation of picture size.Also added Picture.resize(scale) 2008-11-16 13:24:42 +00:00
XSSFPictureData.java javadocs cleanup 2008-11-07 16:57:23 +00:00
XSSFPrintSetup.java converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet 2008-11-09 19:45:45 +00:00
XSSFRelation.java refactored POIXMLFactory and related classes; simplified XSSFRelation - now it's just a set of definitions of XSSF relations, all read/load stuff is not used anymore and was removed. Also, removed Workbook.getCustomPallete() - it's OLE-specific 2008-10-12 13:10:30 +00:00
XSSFRichTextString.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
XSSFRow.java javadocs cleanup 2008-11-07 16:57:23 +00:00
XSSFShape.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
XSSFShapeGroup.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
XSSFSheet.java more updates in javadocs and site documentation, also misc improvements in common hssf-xssf interfaces 2008-11-14 20:29:42 +00:00
XSSFSimpleShape.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
XSSFTextBox.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
XSSFWorkbook.java renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00