• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D10-Jun-202149.5 KiB1,9921,193

Makefile.amH A D31-Jan-2020689 2619

Makefile.inH A D03-May-202226.9 KiB847751

READMEH A D31-May-20201.8 KiB6546

boot.cH A D31-Jan-2020939 319

boot.hH A D31-Jan-2020847 285

font.cH A D31-Jan-20201.7 KiB7840

font.hH A D31-Jan-2020959 327

html.cH A D29-Mar-202122.5 KiB836692

html.hH A D31-Jan-20201.7 KiB4820

html_read.cH A D31-Jan-202015.7 KiB623498

latex.cH A D14-Feb-202152.2 KiB1,6421,132

latex.hH A D31-Jan-20201.2 KiB3913

plugin.xml.inH A D31-Jan-20202.6 KiB7675

roff.cH A D14-Feb-20215.6 KiB194149

roff.hH A D31-Jan-2020954 306

README

1Welcome to the Gnumeric HTML Plugin README.
2
3The HTML plugin supports export to HTML, LaTeX and roff formats. The
4export PS/PDF/EPS functions have been deprecated.
5
6The plugin is published under the GNU GPL.
7
8Note: None of these export functions supports graphics output!
9
10Original Author: rasca (thron@gmx.de)
11
12
13
14**********************************************************************
15
16Features of the export/import HTML functions:
17--------------------------------------------
18
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
31
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
39
40**********************************************************************
41
42Features of the export LaTeX functions:
43--------------------------------------
44
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
55
56
57
58**********************************************************************
59
60Features of the export Roff function:
61------------------------------------
62
63	- bold, italic
64	- left, right and center alignment
65