Skip to content

Commit d357e4f

Browse files
committed
Add possible export format options to ['Export']['format']
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent 18781b2 commit d357e4f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/config.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,6 +2753,24 @@ Export and import settings
27532753

27542754
Default export format.
27552755

2756+
Possible values are:
2757+
2758+
* ``'codegen'`` NHibernate code generation output
2759+
* ``'csv'`` :term:`Comma--separated text<CSV>`
2760+
* ``'excel'`` CSV file optimized for use with Microsoft Excel
2761+
* ``'htmlword'`` HTML file for opening in or importing into Microsoft Word
2762+
* ``'json'`` a lightweight data--interchange format
2763+
* ``'latex'`` :term:`LaTeX<LATEX>` typesetting markup file
2764+
* ``'mediawiki'`` MediaWiki markdown for a table layout
2765+
* ``'ods'`` OpenDocument format spreadsheet as used in LibreOffice
2766+
* ``'odt'`` OpenDocument format text document as used in LibreOffice
2767+
* ``'phparray'`` A PHP array suitable to copy and paste in to some PHP block
2768+
* ``'pdf'`` :term:`PDF`, a document format for human--readable text
2769+
* ``'sql'`` :term:`SQL` is the standard import and export format for database servers
2770+
* ``'texytext'`` Text format for the Texy! markup language
2771+
* ``'xml'`` :term:`eXtensible Markup Language<XML>` format for sharing documents and marking up text
2772+
* ``'yaml'`` Another variation of markup language used for data serialization, designed to be easier for humans to read
2773+
27562774
.. config:option:: $cfg['Export']['method']
27572775
27582776
:type: string

0 commit comments

Comments
 (0)