poi/src/java/org/apache/poi/hssf/usermodel
Nick Burch 3e3895049c Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647186 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 14:43:05 +00:00
..
DummyGraphics2d.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
EscherGraphics.java Replace the single method JavaDoc copied from the JDK with our own documentation, which is possibly also easier to grok 2007-06-04 18:22:18 +00:00
EscherGraphics2d.java Replace the single method JavaDoc copied from the JDK with our own documentation, which is possibly also easier to grok 2007-06-04 18:22:18 +00:00
EvaluationCycleDetector.java Move the FormulaEvaluator code out of scratchpad 2008-03-29 18:23:33 +00:00
EvaluationCycleDetectorManager.java Move the FormulaEvaluator code out of scratchpad 2008-03-29 18:23:33 +00:00
FontDetails.java Further enhancements to Font Metrics support, wrt fonts with bold/italic varients, such as dialog (plus tests) 2007-08-09 16:27:16 +00:00
HSSFAnchor.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFBorderFormatting.java 30311 - More work on Conditional Formatting - patch from Dmitriy 2008-04-07 03:23:04 +00:00
HSSFCell.java Tweak how you get dataformat strings out of cell styles, to be more logical, and in keeping with how we'll want to do things for xssf too 2008-03-21 21:04:47 +00:00
HSSFCellStyle.java Tweak how you get dataformat strings out of cell styles, to be more logical, and in keeping with how we'll want to do things for xssf too 2008-03-21 21:04:47 +00:00
HSSFChildAnchor.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFClientAnchor.java fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnchor.getAnchorHeightInPoints 2007-12-24 09:48:11 +00:00
HSSFComment.java changing attributes of existing cell comments is reflected after save 2007-01-31 16:14:23 +00:00
HSSFConditionalFormatting.java More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy. Some other clean-up. 2008-03-31 05:10:35 +00:00
HSSFConditionalFormattingRule.java 30311 - More work on Conditional Formatting - patch from Dmitriy 2008-04-07 03:23:04 +00:00
HSSFDataFormat.java Tweak the javadoc so it's clearer on the overview what the getFormat method does 2008-02-01 12:13:08 +00:00
HSSFDateUtil.java Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00, 20:00+00:00 and 20:00+03:00 will all be recorded as 20:00, and not 17:00 / 20:00 / 23:00 (pass a Date not a Calendar for old behaviour) - patch from bug #38641 2008-02-07 16:53:23 +00:00
HSSFErrorConstants.java Patch from Josh from bug #44450 - VLookup and HLookup support, and improvements to Lookup and Offset 2008-02-22 11:23:50 +00:00
HSSFFont.java Implement hashCode and equals for HSSFFont and HSSFCellStyle 2008-02-06 14:35:05 +00:00
HSSFFontFormatting.java some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to match Excel. 2008-04-09 05:56:50 +00:00
HSSFFooter.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFFormulaEvaluator.java Move the FormulaEvaluator code out of scratchpad 2008-03-29 18:23:33 +00:00
HSSFHeader.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFHyperlink.java support for excel hypelrinks 2008-02-07 08:56:59 +00:00
HSSFName.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFObjectData.java Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details. 2007-09-08 16:34:10 +00:00
HSSFPalette.java Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and add tests for it 2008-02-21 11:34:25 +00:00
HSSFPatriarch.java silenced noisy tests 2008-03-31 05:56:11 +00:00
HSSFPatternFormatting.java 30311 - More work on Conditional Formatting - patch from Dmitriy 2008-04-07 03:23:04 +00:00
HSSFPicture.java fixed a silly typo in the method signature. It should be HFFSPicture.getPreferredSize(), not HFFSPicture.getPrefferedSize() 2007-11-03 19:50:40 +00:00
HSSFPictureData.java initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). See Bug 43125 for details. 2007-08-26 15:26:29 +00:00
HSSFPolygon.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFPrintSetup.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFRichTextString.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFRow.java sort to int conversion sign extension fix 2008-03-21 23:47:51 +00:00
HSSFShape.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFShapeContainer.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
HSSFShapeGroup.java Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests 2008-01-15 16:31:29 +00:00
HSSFSheet.java Initial support for getting and changing chart titles and series titles 2008-04-10 15:54:02 +00:00
HSSFSimpleShape.java Comment support from bug 41198, patch from Yegor 2007-01-01 21:02:22 +00:00
HSSFTextbox.java support align=distributed in HSSFTextbox 2008-03-17 13:02:46 +00:00
HSSFWorkbook.java Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents 2008-04-11 14:43:05 +00:00
OperationEvaluatorFactory.java Move the FormulaEvaluator code out of scratchpad 2008-03-29 18:23:33 +00:00
StaticFontMetrics.java Patch from bug #43108 - when fetching system properties, use sensible defaults if we're not able to access them 2007-08-15 14:19:08 +00:00
package.html replace Jakarta POI --> Apache POI in package.html files 2007-06-06 06:42:17 +00:00