Shutdown: help the style leak printer out a bit.
[gnumeric.git] / plugins / html / README
blob55143ff845a228812face5b03ba7f349d9acb16f
1 Welcome to the Gnumeric HTML Plugin README.
3 The HTML plugin supports export to HTML, LaTeX and roff formats. The 
4 export PS/PDF/EPS functions have been deprecated.
6 The plugin is published under the GNU GPL.
8 Note: None of these export functions supports graphics output!
10 Original Author: rasca (thron@gmx.de)
14 **********************************************************************
16 Features of the export/import HTML functions:
17 --------------------------------------------
19         - exporting tables
20                 * all tables are written in one file, but every sheet
21                   gets it's own TABLE-tag
22                 * beside the content of the cells it self the following
23                   attributes are exported:
24                         - center and right horizontal alignment
25                         - vertical top alignment
26                         - background color
27                         - foreground color
28                         - bold font setting
29                         - italic font setting
30                 * the characters "<" and ">" are 7bit encoded
32         - importing tables
33                 * This has now been rewritten to use the libxml2 html parser.
34                 * while reading the html file the following attributes
35                   are imported:
36                         - bold font setting
37                         - italic font setting
38                         - hyperlinks
40 **********************************************************************
42 Features of the export LaTeX functions:
43 --------------------------------------
45         - only the topmost sheet is exported
46         - table can be set in portrait (default) or landscape mode
47         - left and right alignment
48         - file can be run alone or embedded in another
49         - uses the longtable package for multi-page tables
50         - merges
51         - text colour
52         - bold, italic and sansserif
53         - borders (except for merges, intersection of borders not ideal)
54         - math mode for math formats
58 **********************************************************************
60 Features of the export Roff function:
61 ------------------------------------
63         - bold, italic
64         - left, right and center alignment