home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / data-entry-external.xml < prev    next >
Text File  |  2004-11-01  |  4KB  |  110 lines

  1. <sect1 id="sect-dataentryextern">
  2.   <title>Obtaining Data from External Sources</title>
  3.  
  4.   <para>
  5.     Data are commonly obtained from external sources such as from
  6.     other files, either in a spreadsheet format or in delimited text
  7.     format, from other applications using the mouse to copy and paste
  8.     data or from external applications such as databases or internet
  9.     data streams.
  10.   </para>
  11.  
  12.   <sect2 id="sect-dataentryextern-files">
  13.     <title>Obtaining Data from External Files</title>
  14.  
  15.     <para>
  16.       Data which already exist in an external file can be imported
  17.       into a workbook first by opening the file into a separate
  18.       instance of <application>gnumeric</application> and and then by
  19.       copying the relevant data into the desired worksheet.
  20.     </para>
  21.  
  22.     <para>
  23.       Data contained in external files in the formats of several other
  24.       spreadsheet applications can be opened by
  25.       <application>gnumeric</application>.
  26.       <application>Gnumeric</application> can open files in
  27.       <application>Applix</application> (TM) format, GNU
  28.       <application>Oleo</application> format, Lotus
  29.       <application>123</application> (TM) format, Microsoft
  30.       <application>Excel</application> (TM) format,
  31.       <application>Multiplan</application> (TM) format, OpenOffice
  32.       <application>Calc</application> or StarOffice
  33.       <application>Calc</application> (TM) format, <application>Plan
  34.       Perfect</application> (TM) format, <application>Quatro
  35.       Pro</application> (TM) format, <application>sc</application> and
  36.       <application>XSpread</application> format or in the
  37.       <application>Xbase</application> format.
  38.     </para>
  39.  
  40.     <para>
  41.       Data contained in external text files which are formatted in
  42.       well defined ways can also be opened by
  43.       <application>gnumeric</application>.
  44.       <application>Gnumeric</application> can open files formatted in
  45.       Data Interchange Format, formatted as HTML tables, or formatted
  46.       in text formats such as comma separated values or tab delimited
  47.       records. The opening of text format files is configurable by the
  48.       user so that text files which contain data formatted in a wide
  49.       variety of schemes can be imported correctly into
  50.       <application>gnumeric</application>. Obtaining data from these
  51.       files is explained in detail in the section titled <xref
  52.       linkend="sect-file-open" />.
  53.     </para>
  54.  
  55.     <para>
  56.       Data which are opened into a separate instance of
  57.       <application>gnumeric</application> can be copied and pasted
  58.       into the current worksheet with the copy and paste commands as
  59.       explained in <xref linkend="sect-movecopy-cutandpaste" />.
  60.     </para>
  61.  
  62.    </sect2>
  63.  
  64.   <sect2 id="sect-dataentryextern-cutnpaste">
  65.     <title>Obtaining Data by Cut and Paste</title>
  66.  
  67.     <para>
  68.       Data can be obtained from other
  69.       <application>Gnumeric</application> workbooks or other
  70.       applications using the mouse to copy data and paste them into a
  71.       worksheet. This is explained below in the section titled <xref
  72.       linkend="sect-movecopy-xclipboard" />.
  73.     </para>
  74.  
  75.    </sect2>
  76.  
  77.  
  78.   <sect2 id="sect-datasource-database">
  79.     <title>Getting Data from a Database</title>
  80.  
  81.     <para>
  82.       This has not yet been written.
  83.     </para>
  84.  
  85.   </sect2>
  86.  
  87.   <sect2 id="sect-datasource-stream">
  88.     <title>Getting Data from an Internet Data Stream</title>
  89.  
  90.     <para>
  91.       <application>Gnumeric</application> has been connected to
  92.       external data sources such as stock quotation service data
  93.       streams using an experimental plugin. This requires the ability
  94.       to write programming code. Information on extending
  95.       <application>gnumeric</application> by developing plugins can be
  96.       found in the section called <xref
  97.       linkend="sect-extending-plugins"/> and the actual computer
  98.       source code can be found in the directory
  99.       <literal>gnumeric/plugins/sample_datasource/</literal> of
  100.       either a distribution of <application>gnumeric</application> or
  101.       in a code checkout from the concurrent versioning system (CVS)
  102.       repository.
  103.     </para>
  104.  
  105.   </sect2>
  106.  
  107.  
  108. </sect1>
  109.  
  110.