[rkward-cvs] SF.net SVN: rkward:[4066] trunk/rkward/rkward/plugins/00saveload/import/ import_xls.xml
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Fri Dec 2 16:39:00 UTC 2011
Revision: 4066
http://rkward.svn.sourceforge.net/rkward/?rev=4066&view=rev
Author: sjar
Date: 2011-12-02 16:39:00 +0000 (Fri, 02 Dec 2011)
Log Message:
-----------
some minor fixes
Modified Paths:
--------------
trunk/rkward/rkward/plugins/00saveload/import/import_xls.xml
Modified: trunk/rkward/rkward/plugins/00saveload/import/import_xls.xml
===================================================================
--- trunk/rkward/rkward/plugins/00saveload/import/import_xls.xml 2011-12-02 09:46:18 UTC (rev 4065)
+++ trunk/rkward/rkward/plugins/00saveload/import/import_xls.xml 2011-12-02 16:39:00 UTC (rev 4066)
@@ -11,15 +11,13 @@
<tabbook>
<tab id="tab_general" label="General">
<browser type="file" allow_urls="true" id="file" label="File name" />
+ <spinbox type="integer" id="sheet" label="Sheet within the Excel file from which data are to be read" min="1" initial="1"/>
<stretch/>
<row>
<saveobject id="saveto" initial="my.xls.data" label="Object to save to"/>
<checkbox id="doedit" value="1" value_unchecked="0" label="Edit Object" checked="true" />
</row>
<stretch/>
- <frame label="Options">
- <spinbox type="integer" id="sheet" label="Sheet within the Excel file from which data are to be read" min="1" initial="1"/>
- </frame>
</tab>
<tab id="tab_further_options" label="Further Options" >
<column>
@@ -32,9 +30,9 @@
<option value="" label="Default" checked="true" />
<option value=", stringsAsFactors=FALSE" label="Do not convert" />
</radio>
- <checkbox id="fill" checked="false" value="TRUE" value_unchecked="FALSE" label="Fill the rows if unequal length" />
+ <checkbox id="fill" checked="true" value="TRUE" value_unchecked="FALSE" label="Fill the rows if unequal length" />
<checkbox value_unchecked="FALSE" checked="true" value="TRUE" id="checkname" label="Check syntax of the variables names" />
- <checkbox value_unchecked="FALSE" checked="false" value="TRUE" id="stripwhite" label="Strip white values" />
+ <checkbox value_unchecked="FALSE" checked="false" value="TRUE" id="stripwhite" label="Strip white space" />
<frame label="Error handling">
<row>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list