add globals controls to the fax menu item on the tab layout
[openemr.git] / phpmyadmin / doc / import_export.rst
blob5921cd5c12ccade9a5ffe40c6f5ee6c680b715d1
1 Import and export
2 =================
4 In addition to the standard Import and Export tab, you can also import an SQL file directly by dragging and dropping
5 it from your local file manager to the phpMyAdmin interface in your web browser.
7 Open Document Spreadsheet
8 -------------------------
10 When importing an ODS speadsheet, the spreadsheet must be named in a specific way in order to make the
11 import as simple as possible.
13 Table name
14 ~~~~~~~~~~
16 During import, phpMyAdmin uses the sheet name as the table name; you should rename the
17 sheet in your spreadsheet program in order to match your existing table name (or the table you wish to create,
18 though this is less of a concern since you could quickly rename the new table from the Operations tab).
20 Column names
21 ~~~~~~~~~~~~
23 You should also make the first row of your spreadsheet a header with the names of the columns (this can be
24 accomplished by inserting a new row at the top of your spreadsheet). When on the Import screen, select the
25 checkbox for "The first line of the file contains the table column names;" this way your newly imported
26 data will go to the proper columns.