Add missing templates for printing xsheet (#1894)

close #1723
This commit is contained in:
manongjohn 2018-04-27 00:58:37 -04:00 committed by shun-iwasawa
parent dcfd7477be
commit fbb670bf33
2 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,46 @@
.header {
border-type: inser;
border: 1px solid black;
background: #F0F0F0
}
table
{
border-collapse: collapse;
border: 1px solid black;
}
TH {
width : 1.5cm;
vertical-align: middle;
text-align: center;
border-left: 1px solid black
}
.first_numeric {
border-left: 3px #FF0000
}
.fxcell {
background: #FFD495
}
.subxsheetcell {
background: #FFCBBE
}
TD {
vertical-align: middle;
text-align: center;
border-left: 1px solid black;
border-top: 1px solid black
}
TR {
border-top: 1px solid black
}
TH.frame {
background: #F0F0F0;
border-top: 1px solid black
}
TD.levelcell {
background: #C9FF75
}

View file

@ -0,0 +1,6 @@
<xsheet_html>
<page rows="50">
<page columns="10">
<info name="Company" value="Company name"/>
<info name="Name" value="Value"/>
</xsheet_html>