Document new Excel export.

This commit is contained in:
Michal Čihař
2005-03-06 14:08:56 +00:00
parent c986508d2b
commit e8a52fb7ba
2 changed files with 25 additions and 22 deletions

View File

@@ -13,6 +13,7 @@ $Source$
* lang/czech: Updated, still missing "storage engine" translation, can't * lang/czech: Updated, still missing "storage engine" translation, can't
find any ;-). find any ;-).
* lang/english: Nothing to translate here. * lang/english: Nothing to translate here.
* Documentation.html: Document new Excel export.
2005-03-06 Marc Delisle <lem9@users.sourceforge.net> 2005-03-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php, /display_export.lib.php, * libraries/relation.lib.php, /display_export.lib.php,

View File

@@ -435,7 +435,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON &lt;pma_db&gt;.* TO 'pma'@'localhost';
Starting with version 2.5.2, the 'cookie' auth_type uses blowfish Starting with version 2.5.2, the 'cookie' auth_type uses blowfish
algorithm to encrypt the password. algorithm to encrypt the password.
<br /> <br />
If you are using the 'cookie' auth_type, enter here a random If you are using the 'cookie' auth_type, enter here a random
passphrase of your choice. It will be used internally by the blowfish passphrase of your choice. It will be used internally by the blowfish
algorithm: you won't be prompted for this passphrase. The maximum algorithm: you won't be prompted for this passphrase. The maximum
number of characters for this parameter seems to be 46. number of characters for this parameter seems to be 46.
@@ -2703,12 +2703,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</h4> </h4>
<p> <p>
Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI
mode under IIS 5.1. mode under IIS 5.1.
<ol> <ol>
<li>In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt></li> <li>In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt></li>
<li>In <tt>Web Site Properties -> File/Directory Security -> Anonymous Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>, <tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's enabled.) Click <tt>OK</tt>. </li> <li>In <tt>Web Site Properties -> File/Directory Security -> Anonymous Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>, <tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's enabled.) Click <tt>OK</tt>. </li>
<li>In <tt>Custom Errors</tt>, select the range of <tt>401;1</tt> through <tt>401;5</tt> and click the <tt>Set to Default</tt> button. </li> <li>In <tt>Custom Errors</tt>, select the range of <tt>401;1</tt> through <tt>401;5</tt> and click the <tt>Set to Default</tt> button. </li>
</ol> </ol>
</p> </p>
@@ -2878,12 +2878,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
Here are a few points to check: Here are a few points to check:
<ul> <ul>
<li> <li>
In <tt>config.inc.php</tt>, try to leave the In <tt>config.inc.php</tt>, try to leave the
<tt>$cfg['PmaAbsoluteUri']</tt>directive empty. See also FAQ 4.7. <tt>$cfg['PmaAbsoluteUri']</tt>directive empty. See also FAQ 4.7.
</li> </li>
<li> <li>
Maybe you have a broken PHP installation or you need to upgrade Maybe you have a broken PHP installation or you need to upgrade
your Zend Optimizer. See your Zend Optimizer. See
<a href="http://bugs.php.net/bug.php?id=31134"> <a href="http://bugs.php.net/bug.php?id=31134">
http://bugs.php.net/bug.php?id=31134</a>. http://bugs.php.net/bug.php?id=31134</a>.
</li> </li>
@@ -3311,14 +3311,14 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</p> </p>
<h4> <h4>
[5.16] With Internet Explorer, I get &quot;Access is denied&quot; [5.16] With Internet Explorer, I get &quot;Access is denied&quot;
Javascript errors. Or I cannot make phpMyAdmin work under Windows. Javascript errors. Or I cannot make phpMyAdmin work under Windows.
</h4> </h4>
<p> <p>
Please check the following points: Please check the following points:
<ul> <ul>
<li> <li>
Maybe you have defined your <tt>PmaAbsoluteUri</tt> setting Maybe you have defined your <tt>PmaAbsoluteUri</tt> setting
in <tt>config.inc.php</tt> to an IP address and you are starting in <tt>config.inc.php</tt> to an IP address and you are starting
phpMyAdmin with a URL containing a domain name, or the reverse situation. phpMyAdmin with a URL containing a domain name, or the reverse situation.
</li> </li>
<li> <li>
@@ -3330,7 +3330,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
allow http ports (80 or 443) and MySQL port (usually 3306) allow http ports (80 or 443) and MySQL port (usually 3306)
in the &quot;in&quot; and &quot;out&quot; directions. in the &quot;in&quot; and &quot;out&quot; directions.
</li> </li>
</ul> </ul>
</p> </p>
<a name="faqusing"></a><br /> <a name="faqusing"></a><br />
@@ -3763,18 +3763,20 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</p> </p>
<h4> <h4>
<a name="faq6_23"></a> <a name="faq6_23"></a>
[6.23] Export: I heard phpMyAdmin can export MS Excel files, how can I [6.23] Export: I heard phpMyAdmin can export Microsoft Excel files, how
enable that? can I enable that?
</h4> </h4>
<p> <p>
You can either export as CSV suitable for MS Excel, which works out of the Current version does support direct export ot Microsoft Excel and Word
box or you can try native <b>experimental</b> MS Excel exporter. <b>This versions 2000 and newer. If you need export older versions, you can use
export has several problems, most important are limitation of cell content CSV suitable for Microsoft Excel, which works out of the box or you can
to 255 chars and no support for charsets, so think carefully whether you try native <b>experimental</b> MS Excel exporter. <b>This export has
want to enable this.</b>. For enabling this you need to set several problems, most important are limitation of cell content to 255
$cfg['TempDir'] to place where web server user can write (for example chars and no support for charsets, so think carefully whether you want to
<tt>'./tmp'</tt>) and install PEAR module Spreadsheet_Excel_Writer into enable this.</b>. For enabling this you need to set $cfg['TempDir'] to
php include path. The installation can be done by following command: place where web server user can write (for example <tt>'./tmp'</tt>) and
install PEAR module Spreadsheet_Excel_Writer into php include path. The
installation can be done by following command:
</p> </p>
<pre> <pre>
pear -d preferred_state=beta install -a Spreadsheet_Excel_Writer pear -d preferred_state=beta install -a Spreadsheet_Excel_Writer
@@ -3974,7 +3976,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
[8.3] About new security alerts [8.3] About new security alerts
</h4> </h4>
<p> <p>
Please refer to Please refer to
<a href="http://www.phpmyadmin.net">http://www.phpmyadmin.net</a> <a href="http://www.phpmyadmin.net">http://www.phpmyadmin.net</a>
for the complete list of security alerts. for the complete list of security alerts.
</p> </p>