diff options
| author | Skip Montanaro <skip@pobox.com> | 2005-01-05 06:58:15 (GMT) |
|---|---|---|
| committer | Skip Montanaro <skip@pobox.com> | 2005-01-05 06:58:15 (GMT) |
| commit | bb0c9dc852fc078f543240e7fd751c90467fcb3a (patch) | |
| tree | 7bb923ff4b397d80522ac697c98826fd482fb83d | |
| parent | f26285ce0be666da5566f1b9be80bba6bbf1d537 (diff) | |
| download | cpython-bb0c9dc852fc078f543240e7fd751c90467fcb3a.zip cpython-bb0c9dc852fc078f543240e7fd751c90467fcb3a.tar.gz cpython-bb0c9dc852fc078f543240e7fd751c90467fcb3a.tar.bz2 | |
add a couple missing items
| -rw-r--r-- | Doc/lib/libcsv.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index cac39bc..9f9449b 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -170,6 +170,16 @@ attributes, which are used to define the parameters for a specific \class{reader} or \class{writer} instance. \end{classdesc*} +\begin{classdesc}{excel}{} +The \class{excel} class defines the usual properties of an Excel-generated +CSV file. +\end{classdesc} + +\begin{classdesc}{excel_tab}{} +The \class{excel_tab} class defines the usual properties of an +Excel-generated TAB-delimited file. +\end{classdesc} + \begin{classdesc}{Sniffer}{} The \class{Sniffer} class is used to deduce the format of a CSV file. \end{classdesc} |
