1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
<h1>Import Microsoft EXCEL sheet</h1>
<h2>Parameters</h2>
<ul><li>File name: /home/thomas/develop/rkward/tests/import_export_plugins_testfile.xls</li>
<li>Object to save to: my.xls.data</li>
<li>Name or number of sheet: 1</li>
<li>Use first row as column names: yes</li>
<li>Number of rows to skip: 0</li>
<li>Max number of rows to read (-1 for no limit): -1</li>
<li>Character for missing values: NA</li>
</ul>
DATE<br />
<p align= center >
<table cellspacing=0 border=1>
<caption align=bottom class=captiondataframe></caption>
<tr><td>
<table border=0 class=dataframe>
<tbody>
<tr class= firstline >
<th> </th>
<th>First.var </th>
<th>Second.var </th>
<th>Third.war </th>
<th>Gap </th>
<th>Fourth.var</th>
</tr>
<tr>
<td class=firstcolumn>1
</td>
<td class=cellinside>5
</td>
<td class=cellinside> a
</td>
<td class=cellinside>1.1
</td>
<td class=cellinside>
</td>
<td class=cellinside>This is a test
</td></tr>
<tr>
<td class=firstcolumn>2
</td>
<td class=cellinside>4
</td>
<td class=cellinside>b
</td>
<td class=cellinside>1.2
</td>
<td class=cellinside>
</td>
<td class=cellinside>
</td></tr>
<tr>
<td class=firstcolumn>3
</td>
<td class=cellinside>3
</td>
<td class=cellinside>c
</td>
<td class=cellinside>1.3
</td>
<td class=cellinside>
</td>
<td class=cellinside>This is a test
</td></tr>
<tr>
<td class=firstcolumn>4
</td>
<td class=cellinside>2
</td>
<td class=cellinside>b
</td>
<td class=cellinside>1.4
</td>
<td class=cellinside>
</td>
<td class=cellinside>
</td></tr>
<tr>
<td class=firstcolumn>5
</td>
<td class=cellinside>1
</td>
<td class=cellinside>b
</td>
<td class=cellinside>1.6
</td>
<td class=cellinside>
</td>
<td class=cellinside>This is a test
</td></tr>
</tbody>
</table>
</td></table>
<br>
|