poi/src/java/org/apache/poi/hssf/usermodel
Yegor Kozlov 28b6f4e2a3 merged with trunk r653489
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_1_BETA2@653490 13f79535-47bb-0310-9956-ffa450edef68
2008-05-05 14:20:39 +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 Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +00:00
HSSFCell.java Nice and small change here... Update the formula parser code to use usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF 2008-04-15 16:00:50 +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 Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +00:00
HSSFConditionalFormattingRule.java Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +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 Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +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 Nice and small change here... Update the formula parser code to use usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF 2008-04-15 16:00:50 +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 Nice and small change here... Update the formula parser code to use usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF 2008-04-15 16:00:50 +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 Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +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 merged with trunk r653489 2008-05-05 14:20:39 +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 Nice and small change here... Update the formula parser code to use usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF 2008-04-15 16:00:50 +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 merged with trunk r653489 2008-05-05 14:20:39 +00:00
HSSFSheetConditionalFormatting.java Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +00:00
HSSFSimpleShape.java Comment support from bug 41198, patch from Yegor 2007-01-01 21:02:22 +00:00
HSSFTextbox.java Rich text in HSSFTextbox must have at least one format run. Make sure it is so and apply th default fopnt if no formats were applied. 2008-04-16 08:43:08 +00:00
HSSFWorkbook.java merged with trunk r653489 2008-05-05 14:20:39 +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