poi/src/ooxml/testcases/org/apache/poi/xssf
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
..
data Return a list of all pictures for a workbook. This shows a discrepancy between the way pictures are stored in OLE2 files and the way they are stored in OOXML files. In the former case, pictures are associated with the workbook, in the latter they are referred to in "drawings" which are, in turn, referred to in sheets. 2008-02-19 17:34:39 +00:00
eventusermodel 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
extractor 1. initial support for rich text in xssf" 2008-09-18 07:42:40 +00:00
io 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
model 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
usermodel renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 2008-11-21 09:22:07 +00:00
util XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Region + Region.getRegionRef method + tests 2008-04-06 20:34:00 +00:00
AllXSSFTests.java fixing test hierarchies 2008-11-19 19:06:44 +00:00
XSSFTestDataSamples.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