Commit fc59cce3 authored by panos's avatar panos

Change the object name from Import_Excel to ImportExceldata

parent d876b2c8
...@@ -23,7 +23,7 @@ Created on 19 Feb 2014 ...@@ -23,7 +23,7 @@ Created on 19 Feb 2014
@author: Panos @author: Panos
''' '''
#The Import_Excel object #The Import_Excel object
class Import_Excel(object): class ImportExceldata(object):
#This object reads data from different worksheets of an Excel document #This object reads data from different worksheets of an Excel document
def Input_data(self,worksheetName,inputbook): #This method takes as an argument the Name of the preferred worksheet def Input_data(self,worksheetName,inputbook): #This method takes as an argument the Name of the preferred worksheet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment