You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/12/01 11:33:33 UTC

svn commit: r1895453 - in /poi/site/src/documentation/content/xdocs: components/spreadsheet/quick-guide.xml devel/history/changes-3x.xml

Author: fanningpj
Date: Wed Dec  1 11:33:33 2021
New Revision: 1895453

URL: http://svn.apache.org/viewvc?rev=1895453&view=rev
Log:
spelling of embedded

Modified:
    poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
    poi/site/src/documentation/content/xdocs/devel/history/changes-3x.xml

Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml?rev=1895453&r1=1895452&r2=1895453&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml Wed Dec  1 11:33:33 2021
@@ -2081,7 +2081,7 @@ the data to populate another drop down l
          or to work with any other type of embedded object.</p>
        <p><strong>HSSF:</strong></p>
        <source>
-  POIFSFileSystem fs = new POIFSFileSystem(new File("excel_with_embeded.xls"));
+  POIFSFileSystem fs = new POIFSFileSystem(new File("excel_with_embedded.xls"));
   HSSFWorkbook workbook = new HSSFWorkbook(fs);
   for (HSSFObjectData obj : workbook.getAllEmbeddedObjects()) {
       //the OLE2 Class Name of the object

Modified: poi/site/src/documentation/content/xdocs/devel/history/changes-3x.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/history/changes-3x.xml?rev=1895453&r1=1895452&r2=1895453&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/history/changes-3x.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/history/changes-3x.xml Wed Dec  1 11:33:33 2021
@@ -1616,7 +1616,7 @@
         <action type="add" context="HSMF">improved how hsmf handles multiple recipients</action>
         <action type="add" context="HPBF">add publishertextextractor support to extractorfactory</action>
         <action type="add" context="XSLF">add xslf support for text extraction from tables</action>
-        <action type="add" context="HSMF">support attachments as embeded documents within the new outlooktextextractor</action>
+        <action type="add" context="HSMF">support attachments as embedded documents within the new outlooktextextractor</action>
         <action type="add" context="HSMF">add a text extractor (outlooktextextractor) to hsmf for simpler extraction of text from .msg files</action>
         <action type="fix" context="HSMF">some improvements to hsmf parsing of .msg files</action>
         <action type="fix" context="HSSF">initialise the link type of hssfhyperlink, so that gettype() on it works</action>
@@ -1866,7 +1866,7 @@
       <actions>
         <action type="fix" fixes-bug="45518" context="POI_Overall">Fix up ColumnHelper to output valid col tags, by making 1 based and 0 based bits clearer, and using the right ones</action>
         <action type="fix" fixes-bug="45676" context="POI_Overall">Handle very long cells in the XSSF EventUserModel example</action>
-        <action type="add" context="OOXML">Initial ExtractorFactory support for building TextExtractors for embeded documents</action>
+        <action type="add" context="OOXML">Initial ExtractorFactory support for building TextExtractors for embedded documents</action>
       </actions>
     </release>
     <release version="3.5-beta2" date="2008-08-20">
@@ -2061,8 +2061,8 @@
         <action type="add" fixes-bug="30311" context="HSSF">Conditional Formatting - improved API, added HSSFSheetConditionalFormatting</action>
         <action type="fix" context="HSSF">Update the formula parser code to use a HSSFWorkbook, rather than the low level model.Workbook, to make things cleaner and make supporting XSSF formulas in future much easier</action>
         <action type="fix" context="POIFS">Fix the logger used by POIFSFileSystem, so that commons-logging isn't required when not used</action>
-        <action type="add" context="HSLF">Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents</action>
-        <action type="add" context="POIFS">Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document</action>
+        <action type="add" context="HSLF">Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embedded documents</action>
+        <action type="add" context="POIFS">Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embedded word document</action>
         <action type="add" context="HSSF">Initial support for getting and changing chart and series titles</action>
         <action type="add" context="HSSF">Implement a proxy HSSFListener which tracks the format records, and lets you lookup the format string for a given cell. Convert the xls to csv example to use it</action>
         <action type="fix" fixes-bug="44792" context="HSSF">fixed encode/decode problems in ExternalNameRecord and CRNRecord</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org