From bb0c9dc852fc078f543240e7fd751c90467fcb3a Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 5 Jan 2005 06:58:15 +0000 Subject: [PATCH] add a couple missing items --- Doc/lib/libcsv.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index cac39bcf280..9f9449b43c5 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}